Interface AccountSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountSettings.Builder,
,AccountSettings> SdkBuilder<AccountSettings.Builder,
,AccountSettings> SdkPojo
- Enclosing class:
AccountSettings
public static interface AccountSettings.Builder
extends SdkPojo, CopyableBuilder<AccountSettings.Builder,AccountSettings>
-
Method Summary
Modifier and TypeMethodDescriptiongroupLifecycleEventsDesiredStatus
(String groupLifecycleEventsDesiredStatus) The desired target status of the group lifecycle events feature.groupLifecycleEventsDesiredStatus
(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus) The desired target status of the group lifecycle events feature.groupLifecycleEventsStatus
(String groupLifecycleEventsStatus) The current status of the group lifecycle events feature.groupLifecycleEventsStatus
(GroupLifecycleEventsStatus groupLifecycleEventsStatus) The current status of the group lifecycle events feature.groupLifecycleEventsStatusMessage
(String groupLifecycleEventsStatusMessage) The text of any error message occurs during an attempt to turn group lifecycle events on or off.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, sdkFields
-
Method Details
-
groupLifecycleEventsDesiredStatus
The desired target status of the group lifecycle events feature. If
- Parameters:
groupLifecycleEventsDesiredStatus
- The desired target status of the group lifecycle events feature. If- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupLifecycleEventsDesiredStatus
AccountSettings.Builder groupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus) The desired target status of the group lifecycle events feature. If
- Parameters:
groupLifecycleEventsDesiredStatus
- The desired target status of the group lifecycle events feature. If- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupLifecycleEventsStatus
The current status of the group lifecycle events feature.
- Parameters:
groupLifecycleEventsStatus
- The current status of the group lifecycle events feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupLifecycleEventsStatus
AccountSettings.Builder groupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus) The current status of the group lifecycle events feature.
- Parameters:
groupLifecycleEventsStatus
- The current status of the group lifecycle events feature.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
groupLifecycleEventsStatusMessage
The text of any error message occurs during an attempt to turn group lifecycle events on or off.
- Parameters:
groupLifecycleEventsStatusMessage
- The text of any error message occurs during an attempt to turn group lifecycle events on or off.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-