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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountSettings.BuildergroupLifecycleEventsDesiredStatus(String groupLifecycleEventsDesiredStatus)The desired target status of the group lifecycle events feature.AccountSettings.BuildergroupLifecycleEventsDesiredStatus(GroupLifecycleEventsDesiredStatus groupLifecycleEventsDesiredStatus)The desired target status of the group lifecycle events feature.AccountSettings.BuildergroupLifecycleEventsStatus(String groupLifecycleEventsStatus)The current status of the group lifecycle events feature.AccountSettings.BuildergroupLifecycleEventsStatus(GroupLifecycleEventsStatus groupLifecycleEventsStatus)The current status of the group lifecycle events feature.AccountSettings.BuildergroupLifecycleEventsStatusMessage(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 Detail
-
groupLifecycleEventsDesiredStatus
AccountSettings.Builder groupLifecycleEventsDesiredStatus(String 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,GroupLifecycleEventsDesiredStatus
-
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:
GroupLifecycleEventsDesiredStatus,GroupLifecycleEventsDesiredStatus
-
groupLifecycleEventsStatus
AccountSettings.Builder groupLifecycleEventsStatus(String 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,GroupLifecycleEventsStatus
-
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:
GroupLifecycleEventsStatus,GroupLifecycleEventsStatus
-
groupLifecycleEventsStatusMessage
AccountSettings.Builder groupLifecycleEventsStatusMessage(String 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.
-
-