public static interface Member.Builder extends SdkPojo, CopyableBuilder<Member.Builder,Member>
| Modifier and Type | Method and Description |
|---|---|
Member.Builder |
accountId(String accountId)
The Amazon Web Services account ID of the member account.
|
Member.Builder |
delegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
|
Member.Builder |
relationshipStatus(RelationshipStatus relationshipStatus)
The status of the member account.
|
Member.Builder |
relationshipStatus(String relationshipStatus)
The status of the member account.
|
Member.Builder |
updatedAt(Instant updatedAt)
A timestamp showing when the status of this member was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMember.Builder accountId(String accountId)
The Amazon Web Services account ID of the member account.
accountId - The Amazon Web Services account ID of the member account.Member.Builder delegatedAdminAccountId(String delegatedAdminAccountId)
The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account.
delegatedAdminAccountId - The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member
account.Member.Builder relationshipStatus(String relationshipStatus)
The status of the member account.
relationshipStatus - The status of the member account.RelationshipStatus,
RelationshipStatusMember.Builder relationshipStatus(RelationshipStatus relationshipStatus)
The status of the member account.
relationshipStatus - The status of the member account.RelationshipStatus,
RelationshipStatusMember.Builder updatedAt(Instant updatedAt)
A timestamp showing when the status of this member was last updated.
updatedAt - A timestamp showing when the status of this member was last updated.Copyright © 2023. All rights reserved.