| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
GetMemberResponse.Builder |
GetMemberResponse.Builder.accountId(String accountId)
The AWS account ID for the account.
|
GetMemberResponse.Builder |
GetMemberResponse.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the account.
|
static GetMemberResponse.Builder |
GetMemberResponse.builder() |
GetMemberResponse.Builder |
GetMemberResponse.Builder.email(String email)
The email address for the account.
|
GetMemberResponse.Builder |
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 |
GetMemberResponse.Builder.masterAccountId(String masterAccountId)
The AWS account ID for the master account.
|
GetMemberResponse.Builder |
GetMemberResponse.Builder.relationshipStatus(RelationshipStatus relationshipStatus)
The current status of the relationship between the account and the master account.
|
GetMemberResponse.Builder |
GetMemberResponse.Builder.relationshipStatus(String relationshipStatus)
The current status of the relationship between the account and the master account.
|
GetMemberResponse.Builder |
GetMemberResponse.Builder.tags(Map<String,String> tags)
A map of key-value pairs that identifies the tags (keys and values) that are associated with the member
account in Amazon Macie.
|
GetMemberResponse.Builder |
GetMemberResponse.toBuilder() |
GetMemberResponse.Builder |
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 master account.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetMemberResponse.Builder> |
GetMemberResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.