public static interface Member.Builder extends CopyableBuilder<Member.Builder,Member>
Modifier and Type | Method and Description |
---|---|
Member.Builder |
accountId(String accountId)
Sets the value of the AccountId property for this object.
|
Member.Builder |
detectorId(String detectorId)
Sets the value of the DetectorId property for this object.
|
Member.Builder |
email(String email)
Member account's email address.
|
Member.Builder |
invitedAt(String invitedAt)
Timestamp at which the invitation was sent
|
Member.Builder |
masterId(String masterId)
Sets the value of the MasterId property for this object.
|
Member.Builder |
relationshipStatus(String relationshipStatus)
The status of the relationship between the member and the master.
|
Member.Builder |
updatedAt(String updatedAt)
Sets the value of the UpdatedAt property for this object.
|
copy
applyMutation, build
Member.Builder accountId(String accountId)
accountId
- The new value for the AccountId property for this object.Member.Builder detectorId(String detectorId)
detectorId
- The new value for the DetectorId property for this object.Member.Builder email(String email)
email
- Member account's email address.Member.Builder invitedAt(String invitedAt)
invitedAt
- Timestamp at which the invitation was sentMember.Builder masterId(String masterId)
masterId
- The new value for the MasterId property for this object.Member.Builder relationshipStatus(String relationshipStatus)
relationshipStatus
- The status of the relationship between the member and the master.Member.Builder updatedAt(String updatedAt)
updatedAt
- The new value for the UpdatedAt property for this object.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.