Interface GetMemberResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMemberResponse.Builder,GetMemberResponse>,Macie2Response.Builder,SdkBuilder<GetMemberResponse.Builder,GetMemberResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMemberResponse
public static interface GetMemberResponse.Builder extends Macie2Response.Builder, SdkPojo, CopyableBuilder<GetMemberResponse.Builder,GetMemberResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMemberResponse.BuilderaccountId(String accountId)The Amazon Web Services account ID for the account.GetMemberResponse.BuilderadministratorAccountId(String administratorAccountId)The Amazon Web Services account ID for the administrator account.GetMemberResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the account.GetMemberResponse.Builderemail(String email)The email address for the account.GetMemberResponse.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.GetMemberResponse.BuildermasterAccountId(String masterAccountId)(Deprecated) The Amazon Web Services account ID for the administrator account.GetMemberResponse.BuilderrelationshipStatus(String relationshipStatus)The current status of the relationship between the account and the administrator account.GetMemberResponse.BuilderrelationshipStatus(RelationshipStatus relationshipStatus)The current status of the relationship between the account and the administrator account.GetMemberResponse.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.GetMemberResponse.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.services.macie2.model.Macie2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accountId
GetMemberResponse.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
GetMemberResponse.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
GetMemberResponse.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
GetMemberResponse.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
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 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
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.
- 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
GetMemberResponse.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
GetMemberResponse.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
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.
- 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
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.
- 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.
-
-