public static interface StopLaunchRequest.Builder extends EvidentlyRequest.Builder, SdkPojo, CopyableBuilder<StopLaunchRequest.Builder,StopLaunchRequest>
| Modifier and Type | Method and Description |
|---|---|
StopLaunchRequest.Builder |
desiredState(LaunchStopDesiredState desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest.Builder |
desiredState(String desiredState)
Specify whether to consider the launch as
COMPLETED or CANCELLED after it stops. |
StopLaunchRequest.Builder |
launch(String launch)
The name of the launch to stop.
|
StopLaunchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopLaunchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopLaunchRequest.Builder |
project(String project)
The name or ARN of the project that contains the launch that you want to stop.
|
StopLaunchRequest.Builder |
reason(String reason)
A string that describes why you are stopping the launch.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopLaunchRequest.Builder desiredState(String desiredState)
Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.
desiredState - Specify whether to consider the launch as COMPLETED or CANCELLED after it
stops.LaunchStopDesiredState,
LaunchStopDesiredStateStopLaunchRequest.Builder desiredState(LaunchStopDesiredState desiredState)
Specify whether to consider the launch as COMPLETED or CANCELLED after it stops.
desiredState - Specify whether to consider the launch as COMPLETED or CANCELLED after it
stops.LaunchStopDesiredState,
LaunchStopDesiredStateStopLaunchRequest.Builder launch(String launch)
The name of the launch to stop.
launch - The name of the launch to stop.StopLaunchRequest.Builder project(String project)
The name or ARN of the project that contains the launch that you want to stop.
project - The name or ARN of the project that contains the launch that you want to stop.StopLaunchRequest.Builder reason(String reason)
A string that describes why you are stopping the launch.
reason - A string that describes why you are stopping the launch.StopLaunchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopLaunchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.