Interface MemberAdditionalConfigurationResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberAdditionalConfigurationResult.Builder,
,MemberAdditionalConfigurationResult> SdkBuilder<MemberAdditionalConfigurationResult.Builder,
,MemberAdditionalConfigurationResult> SdkPojo
- Enclosing class:
MemberAdditionalConfigurationResult
@Mutable
@NotThreadSafe
public static interface MemberAdditionalConfigurationResult.Builder
extends SdkPojo, CopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates the name of the additional configuration that is set for the member account.Indicates the name of the additional configuration that is set for the member account.Indicates the status of the additional configuration that is set for the member account.status
(FeatureStatus status) Indicates the status of the additional configuration that is set for the member account.The timestamp at which the additional configuration was set for the member account.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
-
name
Indicates the name of the additional configuration that is set for the member account.
- Parameters:
name
- Indicates the name of the additional configuration that is set for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
Indicates the name of the additional configuration that is set for the member account.
- Parameters:
name
- Indicates the name of the additional configuration that is set for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the additional configuration that is set for the member account.
- Parameters:
status
- Indicates the status of the additional configuration that is set for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Indicates the status of the additional configuration that is set for the member account.
- Parameters:
status
- Indicates the status of the additional configuration that is set for the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
updatedAt
The timestamp at which the additional configuration was set for the member account. This is in UTC format.
- Parameters:
updatedAt
- The timestamp at which the additional configuration was set for the member account. This is in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-