Interface QueryInsights.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryInsights.Builder,QueryInsights>,SdkBuilder<QueryInsights.Builder,QueryInsights>,SdkPojo
- Enclosing class:
- QueryInsights
public static interface QueryInsights.Builder extends SdkPojo, CopyableBuilder<QueryInsights.Builder,QueryInsights>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryInsights.Buildermode(String mode)Provides the following modes to enableQueryInsights:QueryInsights.Buildermode(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 Detail
-
mode
QueryInsights.Builder mode(String mode)
Provides the following modes to enable
QueryInsights:-
ENABLED_WITH_RATE_CONTROL– EnablesQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS). -
DISABLED– DisablesQueryInsights.
- Parameters:
mode- Provides the following modes to enableQueryInsights:-
ENABLED_WITH_RATE_CONTROL– EnablesQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature 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:
QueryInsightsMode,QueryInsightsMode
-
-
mode
QueryInsights.Builder mode(QueryInsightsMode mode)
Provides the following modes to enable
QueryInsights:-
ENABLED_WITH_RATE_CONTROL– EnablesQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS). -
DISABLED– DisablesQueryInsights.
- Parameters:
mode- Provides the following modes to enableQueryInsights:-
ENABLED_WITH_RATE_CONTROL– EnablesQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature 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:
QueryInsightsMode,QueryInsightsMode
-
-
-