Interface InstanceFleetTimeline.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InstanceFleetTimeline.Builder,,- InstanceFleetTimeline> - SdkBuilder<InstanceFleetTimeline.Builder,,- InstanceFleetTimeline> - SdkPojo
- Enclosing class:
- InstanceFleetTimeline
@Mutable
@NotThreadSafe
public static interface InstanceFleetTimeline.Builder
extends SdkPojo, CopyableBuilder<InstanceFleetTimeline.Builder,InstanceFleetTimeline> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
creationDateTimeThe 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.
 
- 
readyDateTimeThe 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.
 
- 
endDateTimeThe 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.
 
 
-