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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS). - 
 
DISABLED– DisablesScheduledQueryInsights. 
- Parameters:
 mode- Provides the following modes to enableScheduledQueryInsights:- 
        
ENABLED_WITH_RATE_CONTROL– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature 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– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature to 1 query per second (QPS). - 
 
DISABLED– DisablesScheduledQueryInsights. 
- Parameters:
 mode- Provides the following modes to enableScheduledQueryInsights:- 
        
ENABLED_WITH_RATE_CONTROL– EnablesScheduledQueryInsightsfor the queries being processed. This mode also includes a rate control mechanism, which limits theQueryInsightsfeature 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:
 
 - 
 
 
 -