Interface Member.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Member.Builder,
,Member> SdkBuilder<Member.Builder,
,Member> SdkPojo
- Enclosing class:
Member
-
Method Summary
Modifier and TypeMethodDescriptiondisabledDate
(Instant disabledDate) The date indicating when the member was disabled from WorkMail use.enabledDate
(Instant enabledDate) The date indicating when the member was enabled for WorkMail use.The identifier of the member.The name of the member.The state of the member, which can be ENABLED, DISABLED, or DELETED.state
(EntityState state) The state of the member, which can be ENABLED, DISABLED, or DELETED.A member can be a user or group.type
(MemberType type) A member can be a user or group.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 Details
-
id
The identifier of the member.
- Parameters:
id
- The identifier of the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the member.
- Parameters:
name
- The name of the member.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
A member can be a user or group.
- Parameters:
type
- A member can be a user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
A member can be a user or group.
- Parameters:
type
- A member can be a user or group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the member, which can be ENABLED, DISABLED, or DELETED.
- Parameters:
state
- The state of the member, which can be ENABLED, DISABLED, or DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the member, which can be ENABLED, DISABLED, or DELETED.
- Parameters:
state
- The state of the member, which can be ENABLED, DISABLED, or DELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enabledDate
The date indicating when the member was enabled for WorkMail use.
- Parameters:
enabledDate
- The date indicating when the member was enabled for WorkMail use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
disabledDate
The date indicating when the member was disabled from WorkMail use.
- Parameters:
disabledDate
- The date indicating when the member was disabled from WorkMail use.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-