public static interface Member.Builder extends SdkPojo, CopyableBuilder<Member.Builder,Member>
Modifier and Type | Method and Description |
---|---|
Member.Builder |
accountId(String accountId)
The AWS account ID of a Security Hub member account.
|
Member.Builder |
email(String email)
The email of a Security Hub member account.
|
Member.Builder |
invitedAt(Instant invitedAt)
Time stamp at which the member account was invited to Security Hub.
|
Member.Builder |
masterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
|
Member.Builder |
memberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
|
Member.Builder |
updatedAt(Instant updatedAt)
Time stamp at which this member account was updated.
|
copy
applyMutation, build
Member.Builder accountId(String accountId)
The AWS account ID of a Security Hub member account.
accountId
- The AWS account ID of a Security Hub member account.Member.Builder email(String email)
The email of a Security Hub member account.
email
- The email of a Security Hub member account.Member.Builder masterId(String masterId)
The AWS account ID of the master Security Hub account to this member account.
masterId
- The AWS account ID of the master Security Hub account to this member account.Member.Builder memberStatus(String memberStatus)
The status of the relationship between the member account and its master account.
memberStatus
- The status of the relationship between the member account and its master account.Member.Builder invitedAt(Instant invitedAt)
Time stamp at which the member account was invited to Security Hub.
invitedAt
- Time stamp at which the member account was invited to Security Hub.Member.Builder updatedAt(Instant updatedAt)
Time stamp at which this member account was updated.
updatedAt
- Time stamp at which this member account was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.