Interface ScheduledQueryInsights.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduledQueryInsights.Builder,
,ScheduledQueryInsights> SdkBuilder<ScheduledQueryInsights.Builder,
,ScheduledQueryInsights> SdkPojo
- Enclosing class:
ScheduledQueryInsights
-
Method Summary
Modifier and TypeMethodDescriptionProvides the following modes to enableScheduledQueryInsights
:Provides the following modes to enableScheduledQueryInsights
: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
ScheduledQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesScheduledQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesScheduledQueryInsights
.
- Parameters:
mode
- Provides the following modes to enableScheduledQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesScheduledQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesScheduledQueryInsights
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
mode
Provides the following modes to enable
ScheduledQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesScheduledQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesScheduledQueryInsights
.
- Parameters:
mode
- Provides the following modes to enableScheduledQueryInsights
:-
ENABLED_WITH_RATE_CONTROL
– EnablesScheduledQueryInsights
for the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsights
feature to 1 query per second (QPS). -
DISABLED
– DisablesScheduledQueryInsights
.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-