Interface UpdateLaunchResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateLaunchResponse.Builder,,- UpdateLaunchResponse> - EvidentlyResponse.Builder,- SdkBuilder<UpdateLaunchResponse.Builder,,- UpdateLaunchResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateLaunchResponse
@Mutable
@NotThreadSafe
public static interface UpdateLaunchResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchResponse.Builder,UpdateLaunchResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault UpdateLaunchResponse.Builderlaunch(Consumer<Launch.Builder> launch) A structure that contains the new configuration of the launch that was updated.A structure that contains the new configuration of the launch that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.evidently.model.EvidentlyResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
launchA structure that contains the new configuration of the launch that was updated. - Parameters:
- launch- A structure that contains the new configuration of the launch that was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
launchA structure that contains the new configuration of the launch that was updated. This is a convenience method that creates an instance of theLaunch.Builderavoiding the need to create one manually viaLaunch.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolaunch(Launch).- Parameters:
- launch- a consumer that will call methods on- Launch.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-