Interface LaunchExecution.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchExecution.Builder,LaunchExecution>,SdkBuilder<LaunchExecution.Builder,LaunchExecution>,SdkPojo
- Enclosing class:
- LaunchExecution
public static interface LaunchExecution.Builder extends SdkPojo, CopyableBuilder<LaunchExecution.Builder,LaunchExecution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchExecution.BuilderendedTime(Instant endedTime)The date and time that the launch ended.LaunchExecution.BuilderstartedTime(Instant startedTime)The date and time that the launch started.-
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
-
endedTime
LaunchExecution.Builder endedTime(Instant endedTime)
The date and time that the launch ended.
- Parameters:
endedTime- The date and time that the launch ended.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedTime
LaunchExecution.Builder startedTime(Instant startedTime)
The date and time that the launch started.
- Parameters:
startedTime- The date and time that the launch started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-