Interface Member.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Member.Builder,
,Member> SdkBuilder<Member.Builder,
,Member> SdkPojo
- Enclosing class:
Member
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID for the account.administratorAccountId
(String administratorAccountId) The Amazon Web Services account ID for the administrator account.The Amazon Resource Name (ARN) of the account.The email address for the account.The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account.masterAccountId
(String masterAccountId) (Deprecated) The Amazon Web Services account ID for the administrator account.relationshipStatus
(String relationshipStatus) The current status of the relationship between the account and the administrator account.relationshipStatus
(RelationshipStatus relationshipStatus) The current status of the relationship between the account and the administrator account.A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator 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 Details
-
accountId
The Amazon Web Services account ID for the account.
- Parameters:
accountId
- The Amazon Web Services account ID for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
administratorAccountId
The Amazon Web Services account ID for the administrator account.
- Parameters:
administratorAccountId
- The Amazon Web Services account ID for the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the account.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
The email address for the account. This value is null if the account is associated with the administrator account through Organizations.
- Parameters:
email
- The email address for the account. This value is null if the account is associated with the administrator account through Organizations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitedAt
The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.
- Parameters:
invitedAt
- The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterAccountId
(Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.
- Parameters:
masterAccountId
- (Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipStatus
The current status of the relationship between the account and the administrator account.
- Parameters:
relationshipStatus
- The current status of the relationship between the account and the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
relationshipStatus
The current status of the relationship between the account and the administrator account.
- Parameters:
relationshipStatus
- The current status of the relationship between the account and the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.
- Parameters:
tags
- A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.
- Parameters:
updatedAt
- The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-