Interface Member.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Member.Builder,,- Member> - SdkBuilder<Member.Builder,,- Member> - SdkPojo
- Enclosing class:
- Member
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdThe 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.
 
- 
administratorAccountIdThe 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.
 
- 
arnThe 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.
 
- 
emailThe 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.
 
- 
invitedAtThe 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.
 
- 
relationshipStatusThe 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:
 
- 
relationshipStatusThe 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:
 
- 
tagsA 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.
 
- 
updatedAtThe 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.
 
 
-