Interface InsightsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InsightsConfiguration.Builder,
,InsightsConfiguration> SdkBuilder<InsightsConfiguration.Builder,
,InsightsConfiguration> SdkPojo
- Enclosing class:
InsightsConfiguration
@Mutable
@NotThreadSafe
public static interface InsightsConfiguration.Builder
extends SdkPojo, CopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninsightsEnabled
(Boolean insightsEnabled) Set the InsightsEnabled value to true to enable insights or false to disable insights.notificationsEnabled
(Boolean notificationsEnabled) Set the NotificationsEnabled value to true to enable insights notifications.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
-
insightsEnabled
Set the InsightsEnabled value to true to enable insights or false to disable insights.
- Parameters:
insightsEnabled
- Set the InsightsEnabled value to true to enable insights or false to disable insights.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notificationsEnabled
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- Parameters:
notificationsEnabled
- Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-