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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightsConfiguration.BuilderinsightsEnabled(Boolean insightsEnabled)Set the InsightsEnabled value to true to enable insights or false to disable insights.InsightsConfiguration.BuildernotificationsEnabled(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 Detail
-
insightsEnabled
InsightsConfiguration.Builder insightsEnabled(Boolean 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
InsightsConfiguration.Builder notificationsEnabled(Boolean 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.
-
-