public static interface GetMemberResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetMemberResponse.Builder,GetMemberResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMemberResponse.Builder |
accountId(String accountId)
The Amazon Web Services account ID for the account.
|
GetMemberResponse.Builder |
administratorAccountId(String administratorAccountId)
The Amazon Web Services account ID for the administrator account.
|
GetMemberResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the account.
|
GetMemberResponse.Builder |
email(String email)
The email address for the account.
|
GetMemberResponse.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.
|
GetMemberResponse.Builder |
masterAccountId(String masterAccountId)
(Deprecated) The Amazon Web Services account ID for the administrator account.
|
GetMemberResponse.Builder |
relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
GetMemberResponse.Builder |
relationshipStatus(String relationshipStatus)
The current status of the relationship between the account and the administrator account.
|
GetMemberResponse.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.
|
GetMemberResponse.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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMemberResponse.Builder accountId(String accountId)
The Amazon Web Services account ID for the account.
accountId - The Amazon Web Services account ID for the account.GetMemberResponse.Builder administratorAccountId(String administratorAccountId)
The Amazon Web Services account ID for the administrator account.
administratorAccountId - The Amazon Web Services account ID for the administrator account.GetMemberResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the account.
arn - The Amazon Resource Name (ARN) of the account.GetMemberResponse.Builder email(String email)
The email address for the account.
email - The email address for the account.GetMemberResponse.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 an invitation hasn't been sent to the account.
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 an invitation hasn't been sent to the account.GetMemberResponse.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.
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.GetMemberResponse.Builder relationshipStatus(String relationshipStatus)
The current status of the relationship between the account and the administrator account.
relationshipStatus - The current status of the relationship between the account and the administrator account.RelationshipStatus,
RelationshipStatusGetMemberResponse.Builder relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the administrator account.
relationshipStatus - The current status of the relationship between the account and the administrator account.RelationshipStatus,
RelationshipStatusGetMemberResponse.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.
tags - A map of key-value pairs that specifies which tags (keys and values) are associated with the account
in Amazon Macie.GetMemberResponse.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.
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.Copyright © 2022. All rights reserved.