Interface GetScheduleGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetScheduleGroupResponse.Builder,GetScheduleGroupResponse>,SchedulerResponse.Builder,SdkBuilder<GetScheduleGroupResponse.Builder,GetScheduleGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetScheduleGroupResponse
public static interface GetScheduleGroupResponse.Builder extends SchedulerResponse.Builder, SdkPojo, CopyableBuilder<GetScheduleGroupResponse.Builder,GetScheduleGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetScheduleGroupResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the schedule group.GetScheduleGroupResponse.BuildercreationDate(Instant creationDate)The time at which the schedule group was created.GetScheduleGroupResponse.BuilderlastModificationDate(Instant lastModificationDate)The time at which the schedule group was last modified.GetScheduleGroupResponse.Buildername(String name)The name of the schedule group.GetScheduleGroupResponse.Builderstate(String state)Specifies the state of the schedule group.GetScheduleGroupResponse.Builderstate(ScheduleGroupState state)Specifies the state of the schedule group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.scheduler.model.SchedulerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetScheduleGroupResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the schedule group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDate
GetScheduleGroupResponse.Builder creationDate(Instant creationDate)
The time at which the schedule group was created.
- Parameters:
creationDate- The time at which the schedule group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationDate
GetScheduleGroupResponse.Builder lastModificationDate(Instant lastModificationDate)
The time at which the schedule group was last modified.
- Parameters:
lastModificationDate- The time at which the schedule group was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetScheduleGroupResponse.Builder name(String name)
The name of the schedule group.
- Parameters:
name- The name of the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
GetScheduleGroupResponse.Builder state(String state)
Specifies the state of the schedule group.
- Parameters:
state- Specifies the state of the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleGroupState,ScheduleGroupState
-
state
GetScheduleGroupResponse.Builder state(ScheduleGroupState state)
Specifies the state of the schedule group.
- Parameters:
state- Specifies the state of the schedule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ScheduleGroupState,ScheduleGroupState
-
-