| Package | Description |
|---|---|
| software.amazon.awssdk.services.workmail.model |
| Modifier and Type | Method and Description |
|---|---|
static Group.Builder |
Group.builder() |
Group.Builder |
Group.Builder.disabledDate(Instant disabledDate)
The date indicating when the group was disabled from Amazon WorkMail use.
|
Group.Builder |
Group.Builder.email(String email)
The email of the group.
|
Group.Builder |
Group.Builder.enabledDate(Instant enabledDate)
The date indicating when the group was enabled for Amazon WorkMail use.
|
Group.Builder |
Group.Builder.id(String id)
The identifier of the group.
|
Group.Builder |
Group.Builder.name(String name)
The name of the group.
|
Group.Builder |
Group.Builder.state(EntityState state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
Group.Builder |
Group.Builder.state(String state)
The state of the group, which can be ENABLED, DISABLED, or DELETED.
|
Group.Builder |
Group.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Group.Builder> |
Group.serializableBuilderClass() |
Copyright © 2019. All rights reserved.