Interface InstanceGroupTimeline.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>,SdkBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>,SdkPojo
- Enclosing class:
- InstanceGroupTimeline
public static interface InstanceGroupTimeline.Builder extends SdkPojo, CopyableBuilder<InstanceGroupTimeline.Builder,InstanceGroupTimeline>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceGroupTimeline.BuildercreationDateTime(Instant creationDateTime)The creation date and time of the instance group.InstanceGroupTimeline.BuilderendDateTime(Instant endDateTime)The date and time when the instance group terminated.InstanceGroupTimeline.BuilderreadyDateTime(Instant readyDateTime)The date and time when the instance group became ready to perform tasks.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
creationDateTime
InstanceGroupTimeline.Builder creationDateTime(Instant creationDateTime)
The creation date and time of the instance group.
- Parameters:
creationDateTime- The creation date and time of the instance group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readyDateTime
InstanceGroupTimeline.Builder readyDateTime(Instant readyDateTime)
The date and time when the instance group became ready to perform tasks.
- Parameters:
readyDateTime- The date and time when the instance group became ready to perform tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateTime
InstanceGroupTimeline.Builder endDateTime(Instant endDateTime)
The date and time when the instance group terminated.
- Parameters:
endDateTime- The date and time when the instance group terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-