Interface QueryInsights.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QueryInsights.Builder,
,QueryInsights> SdkBuilder<QueryInsights.Builder,
,QueryInsights> SdkPojo
- Enclosing class:
QueryInsights
-
Method Summary
Modifier and TypeMethodDescriptionProvides the following modes to enableQueryInsights
:mode
(QueryInsightsMode mode) Provides the following modes to enableQueryInsights
:Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
mode
Provides the following modes to enable
QueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesQueryInsights
.
- Parameters:
mode
- Provides the following modes to enableQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesQueryInsights
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mode
Provides the following modes to enable
QueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesQueryInsights
.
- Parameters:
mode
- Provides the following modes to enableQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesQueryInsights
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-