Interface Member.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Member.Builder,Member>,SdkBuilder<Member.Builder,Member>,SdkPojo
- Enclosing class:
- Member
public static interface Member.Builder extends SdkPojo, CopyableBuilder<Member.Builder,Member>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Member.BuilderaccountId(String accountId)The Amazon Web Services account ID for the account.Member.BuilderadministratorAccountId(String administratorAccountId)The Amazon Web Services account ID for the administrator account.Member.Builderarn(String arn)The Amazon Resource Name (ARN) of the account.Member.Builderemail(String email)The email address for the account.Member.BuilderinvitedAt(Instant invitedAt)The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account.Member.BuildermasterAccountId(String masterAccountId)(Deprecated) The Amazon Web Services account ID for the administrator account.Member.BuilderrelationshipStatus(String relationshipStatus)The current status of the relationship between the account and the administrator account.Member.BuilderrelationshipStatus(RelationshipStatus relationshipStatus)The current status of the relationship between the account and the administrator account.Member.Buildertags(Map<String,String> tags)A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie.Member.BuilderupdatedAt(Instant 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.-
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 Detail
-
accountId
Member.Builder accountId(String 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
Member.Builder administratorAccountId(String 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
Member.Builder arn(String 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
Member.Builder email(String 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
Member.Builder invitedAt(Instant 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
Member.Builder masterAccountId(String 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
Member.Builder relationshipStatus(String 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,RelationshipStatus
-
relationshipStatus
Member.Builder relationshipStatus(RelationshipStatus 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,RelationshipStatus
-
tags
Member.Builder tags(Map<String,String> 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
Member.Builder updatedAt(Instant 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.
-
-