| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
static ScheduleGroupSummary.Builder |
ScheduleGroupSummary.builder() |
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.creationDate(Instant creationDate)
The time at which the schedule group was created.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.lastModificationDate(Instant lastModificationDate)
The time at which the schedule group was last modified.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.name(String name)
The name of the schedule group.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.state(ScheduleGroupState state)
Specifies the state of the schedule group.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.Builder.state(String state)
Specifies the state of the schedule group.
|
ScheduleGroupSummary.Builder |
ScheduleGroupSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ScheduleGroupSummary.Builder> |
ScheduleGroupSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.