public static interface Group.Builder extends CopyableBuilder<Group.Builder,Group>
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
disabledDate(Instant disabledDate)
The date indicating when the group was disabled from Amazon WorkMail use.
|
Group.Builder |
email(String email)
The email of the group.
|
Group.Builder |
enabledDate(Instant enabledDate)
The date indicating when the group was enabled for Amazon WorkMail use.
|
Group.Builder |
id(String id)
The identifier of the group.
|
Group.Builder |
name(String name)
The name of the group.
|
Group.Builder |
state(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
Group.Builder |
state(String state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
copyapply, buildGroup.Builder id(String id)
The identifier of the group.
id - The identifier of the group.Group.Builder email(String email)
The email of the group.
email - The email of the group.Group.Builder name(String name)
The name of the group.
name - The name of the group.Group.Builder state(String state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
state - The state of the group, which can be ENABLED, DISABLED, or DELETED.EntityState,
EntityStateGroup.Builder state(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
state - The state of the group, which can be ENABLED, DISABLED, or DELETED.EntityState,
EntityStateGroup.Builder enabledDate(Instant enabledDate)
The date indicating when the group was enabled for Amazon WorkMail use.
enabledDate - The date indicating when the group was enabled for Amazon WorkMail use.Group.Builder disabledDate(Instant disabledDate)
The date indicating when the group was disabled from Amazon WorkMail use.
disabledDate - The date indicating when the group was disabled from Amazon WorkMail use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.