Interface GetLaunchResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetLaunchResponse.Builder,
,GetLaunchResponse> EvidentlyResponse.Builder
,SdkBuilder<GetLaunchResponse.Builder,
,GetLaunchResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetLaunchResponse
@Mutable
@NotThreadSafe
public static interface GetLaunchResponse.Builder
extends EvidentlyResponse.Builder, SdkPojo, CopyableBuilder<GetLaunchResponse.Builder,GetLaunchResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetLaunchResponse.Builder
launch
(Consumer<Launch.Builder> launch) A structure containing the configuration details of the launch.A structure containing the configuration details of the launch.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 Details
-
launch
A structure containing the configuration details of the launch.
- Parameters:
launch
- A structure containing the configuration details of the launch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
launch
A structure containing the configuration details of the launch.
This is a convenience method that creates an instance of theLaunch.Builder
avoiding the need to create one manually viaLaunch.builder()
.When the
Consumer
completes,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:
-