Interface MemberAdditionalConfigurationResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>,SdkBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>,SdkPojo
- Enclosing class:
- MemberAdditionalConfigurationResult
public static interface MemberAdditionalConfigurationResult.Builder extends SdkPojo, CopyableBuilder<MemberAdditionalConfigurationResult.Builder,MemberAdditionalConfigurationResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MemberAdditionalConfigurationResult.Buildername(String name)Indicates the name of the additional configuration that is set for the member account.MemberAdditionalConfigurationResult.Buildername(OrgFeatureAdditionalConfiguration name)Indicates the name of the additional configuration that is set for the member account.MemberAdditionalConfigurationResult.Builderstatus(String status)Indicates the status of the additional configuration that is set for the member account.MemberAdditionalConfigurationResult.Builderstatus(FeatureStatus status)Indicates the status of the additional configuration that is set for the member account.MemberAdditionalConfigurationResult.BuilderupdatedAt(Instant updatedAt)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, sdkFields
-
-
-
-
Method Detail
-
name
MemberAdditionalConfigurationResult.Builder name(String 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:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
name
MemberAdditionalConfigurationResult.Builder name(OrgFeatureAdditionalConfiguration 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:
OrgFeatureAdditionalConfiguration,OrgFeatureAdditionalConfiguration
-
status
MemberAdditionalConfigurationResult.Builder status(String 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:
FeatureStatus,FeatureStatus
-
status
MemberAdditionalConfigurationResult.Builder status(FeatureStatus 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:
FeatureStatus,FeatureStatus
-
updatedAt
MemberAdditionalConfigurationResult.Builder updatedAt(Instant 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.
-
-