Interface Member.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Member.Builder,Member>,SdkBuilder<Member.Builder,Member>,SdkPojo
- Enclosing class:
- Member
public static interface Member.Builder extends SdkPojo, CopyableBuilder<Member.Builder,Member>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Member.BuilderaccountId(String accountId)The ID of the member account.Member.BuilderadministratorId(String administratorId)The administrator account ID.Member.BuilderdetectorId(String detectorId)The detector ID of the member account.Member.Builderemail(String email)The email address of the member account.Member.BuilderinvitedAt(String invitedAt)The timestamp when the invitation was sent.Member.BuildermasterId(String masterId)The administrator account ID.Member.BuilderrelationshipStatus(String relationshipStatus)The status of the relationship between the member and the administrator.Member.BuilderupdatedAt(String updatedAt)The last-updated timestamp of the member.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
accountId
Member.Builder accountId(String accountId)
The ID of the member account.
- Parameters:
accountId- The ID of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorId
Member.Builder detectorId(String detectorId)
The detector ID of the member account.
- Parameters:
detectorId- The detector ID of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
masterId
Member.Builder masterId(String masterId)
The administrator account ID.
- Parameters:
masterId- The administrator account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
Member.Builder email(String email)
The email address of the member account.
- Parameters:
email- The email address of the member account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
relationshipStatus
Member.Builder relationshipStatus(String relationshipStatus)
The status of the relationship between the member and the administrator.
- Parameters:
relationshipStatus- The status of the relationship between the member and the administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invitedAt
Member.Builder invitedAt(String invitedAt)
The timestamp when the invitation was sent.
- Parameters:
invitedAt- The timestamp when the invitation was sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
Member.Builder updatedAt(String updatedAt)
The last-updated timestamp of the member.
- Parameters:
updatedAt- The last-updated timestamp of the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
administratorId
Member.Builder administratorId(String administratorId)
The administrator account ID.
- Parameters:
administratorId- The administrator account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-