Interface UpdateLaunchResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateLaunchResponse.Builder,UpdateLaunchResponse>,EvidentlyResponse.Builder,SdkBuilder<UpdateLaunchResponse.Builder,UpdateLaunchResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateLaunchResponse
public static interface UpdateLaunchResponse.Builder extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<UpdateLaunchResponse.Builder,UpdateLaunchResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateLaunchResponse.Builderlaunch(Consumer<Launch.Builder> launch)A structure that contains the new configuration of the launch that was updated.UpdateLaunchResponse.Builderlaunch(Launch launch)A structure that contains the new configuration of the launch that was updated.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
launch
UpdateLaunchResponse.Builder launch(Launch launch)
A 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.
-
launch
default UpdateLaunchResponse.Builder launch(Consumer<Launch.Builder> launch)
A 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 onLaunch.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
launch(Launch)
-
-