Interface InstanceFleetTimeline.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InstanceFleetTimeline.Builder,InstanceFleetTimeline>,SdkBuilder<InstanceFleetTimeline.Builder,InstanceFleetTimeline>,SdkPojo
- Enclosing class:
- InstanceFleetTimeline
public static interface InstanceFleetTimeline.Builder extends SdkPojo, CopyableBuilder<InstanceFleetTimeline.Builder,InstanceFleetTimeline>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceFleetTimeline.BuildercreationDateTime(Instant creationDateTime)The time and date the instance fleet was created.InstanceFleetTimeline.BuilderendDateTime(Instant endDateTime)The time and date the instance fleet terminated.InstanceFleetTimeline.BuilderreadyDateTime(Instant readyDateTime)The time and date the instance fleet was ready to run jobs.-
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
InstanceFleetTimeline.Builder creationDateTime(Instant creationDateTime)
The time and date the instance fleet was created.
- Parameters:
creationDateTime- The time and date the instance fleet was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readyDateTime
InstanceFleetTimeline.Builder readyDateTime(Instant readyDateTime)
The time and date the instance fleet was ready to run jobs.
- Parameters:
readyDateTime- The time and date the instance fleet was ready to run jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateTime
InstanceFleetTimeline.Builder endDateTime(Instant endDateTime)
The time and date the instance fleet terminated.
- Parameters:
endDateTime- The time and date the instance fleet terminated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-