Interface ScheduleGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduleGroupSummary.Builder,ScheduleGroupSummary>,SdkBuilder<ScheduleGroupSummary.Builder,ScheduleGroupSummary>,SdkPojo
- Enclosing class:
- ScheduleGroupSummary
public static interface ScheduleGroupSummary.Builder extends SdkPojo, CopyableBuilder<ScheduleGroupSummary.Builder,ScheduleGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduleGroupSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the schedule group.ScheduleGroupSummary.BuildercreationDate(Instant creationDate)The time at which the schedule group was created.ScheduleGroupSummary.BuilderlastModificationDate(Instant lastModificationDate)The time at which the schedule group was last modified.ScheduleGroupSummary.Buildername(String name)The name of the schedule group.ScheduleGroupSummary.Builderstate(String state)Specifies the state of the schedule group.ScheduleGroupSummary.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
ScheduleGroupSummary.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
ScheduleGroupSummary.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
ScheduleGroupSummary.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
ScheduleGroupSummary.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
ScheduleGroupSummary.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
ScheduleGroupSummary.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
-
-