Interface StopLaunchResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StopLaunchResponse.Builder,StopLaunchResponse>,EvidentlyResponse.Builder,SdkBuilder<StopLaunchResponse.Builder,StopLaunchResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StopLaunchResponse
public static interface StopLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<StopLaunchResponse.Builder,StopLaunchResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopLaunchResponse.BuilderendedTime(Instant endedTime)The date and time that the launch stopped.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
endedTime
StopLaunchResponse.Builder endedTime(Instant endedTime)
The date and time that the launch stopped.
- Parameters:
endedTime- The date and time that the launch stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-