public static interface ScheduleGroupSummary.Builder extends SdkPojo, CopyableBuilder<ScheduleGroupSummary.Builder,ScheduleGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
ScheduleGroupSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
ScheduleGroupSummary.Builder |
creationDate(Instant creationDate)
The time at which the schedule group was created.
|
ScheduleGroupSummary.Builder |
lastModificationDate(Instant lastModificationDate)
The time at which the schedule group was last modified.
|
ScheduleGroupSummary.Builder |
name(String name)
The name of the schedule group.
|
ScheduleGroupSummary.Builder |
state(ScheduleGroupState state)
Specifies the state of the schedule group.
|
ScheduleGroupSummary.Builder |
state(String state)
Specifies the state of the schedule group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduleGroupSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
arn - The Amazon Resource Name (ARN) of the schedule group.ScheduleGroupSummary.Builder creationDate(Instant creationDate)
The time at which the schedule group was created.
creationDate - The time at which the schedule group was created.ScheduleGroupSummary.Builder lastModificationDate(Instant lastModificationDate)
The time at which the schedule group was last modified.
lastModificationDate - The time at which the schedule group was last modified.ScheduleGroupSummary.Builder name(String name)
The name of the schedule group.
name - The name of the schedule group.ScheduleGroupSummary.Builder state(String state)
Specifies the state of the schedule group.
state - Specifies the state of the schedule group.ScheduleGroupState,
ScheduleGroupStateScheduleGroupSummary.Builder state(ScheduleGroupState state)
Specifies the state of the schedule group.
state - Specifies the state of the schedule group.ScheduleGroupState,
ScheduleGroupStateCopyright © 2023. All rights reserved.