public static interface GetScheduleGroupResponse.Builder extends SchedulerResponse.Builder, SdkPojo, CopyableBuilder<GetScheduleGroupResponse.Builder,GetScheduleGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
GetScheduleGroupResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
|
GetScheduleGroupResponse.Builder |
creationDate(Instant creationDate)
The time at which the schedule group was created.
|
GetScheduleGroupResponse.Builder |
lastModificationDate(Instant lastModificationDate)
The time at which the schedule group was last modified.
|
GetScheduleGroupResponse.Builder |
name(String name)
The name of the schedule group.
|
GetScheduleGroupResponse.Builder |
state(ScheduleGroupState state)
Specifies the state of the schedule group.
|
GetScheduleGroupResponse.Builder |
state(String state)
Specifies the state of the schedule group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetScheduleGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
arn - The Amazon Resource Name (ARN) of the schedule group.GetScheduleGroupResponse.Builder creationDate(Instant creationDate)
The time at which the schedule group was created.
creationDate - The time at which the schedule group was created.GetScheduleGroupResponse.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.GetScheduleGroupResponse.Builder name(String name)
The name of the schedule group.
name - The name of the schedule group.GetScheduleGroupResponse.Builder state(String state)
Specifies the state of the schedule group.
state - Specifies the state of the schedule group.ScheduleGroupState,
ScheduleGroupStateGetScheduleGroupResponse.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.