Interface MemberAccount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MemberAccount.Builder,
,MemberAccount> SdkBuilder<MemberAccount.Builder,
,MemberAccount> SdkPojo
- Enclosing class:
MemberAccount
@Mutable
@NotThreadSafe
public static interface MemberAccount.Builder
extends SdkPojo, CopyableBuilder<MemberAccount.Builder,MemberAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe AWS account ID of the member account.notificationConfigurationArn
(String notificationConfigurationArn) The Amazon Resource Name (ARN) of the notification configuration associated with the member account.organizationalUnitId
(String organizationalUnitId) The unique identifier of the organizational unit containing the member account.The current status of the member account.The current status of the member account.statusReason
(String statusReason) The reason for the current status of 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
-
notificationConfigurationArn
The Amazon Resource Name (ARN) of the notification configuration associated with the member account.
- Parameters:
notificationConfigurationArn
- The Amazon Resource Name (ARN) of the notification configuration associated with the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The AWS account ID of the member account.
- Parameters:
accountId
- The AWS account ID of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the member account.
- Parameters:
status
- The current status of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the member account.
- Parameters:
status
- The current status of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
The reason for the current status of the member account.
- Parameters:
statusReason
- The reason for the current status of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationalUnitId
The unique identifier of the organizational unit containing the member account.
- Parameters:
organizationalUnitId
- The unique identifier of the organizational unit containing the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-