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
Modifier and TypeMethodDescriptioncreationDateTime(Instant creationDateTime) The time and date the instance fleet was created.endDateTime(Instant endDateTime) The time and date the instance fleet terminated.readyDateTime(Instant readyDateTime) The time and date the instance fleet was ready to run jobs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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.
-