public static interface StopApplicationRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<StopApplicationRequest.Builder,StopApplicationRequest>
| Modifier and Type | Method and Description |
|---|---|
StopApplicationRequest.Builder |
applicationId(String applicationId)
The unique identifier of the application you want to stop.
|
StopApplicationRequest.Builder |
forceStop(Boolean forceStop)
Stopping an application process can take a long time.
|
StopApplicationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopApplicationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopApplicationRequest.Builder applicationId(String applicationId)
The unique identifier of the application you want to stop.
applicationId - The unique identifier of the application you want to stop.StopApplicationRequest.Builder forceStop(Boolean forceStop)
Stopping an application process can take a long time. Setting this parameter to true lets you force stop the application so you don't need to wait until the process finishes to apply another action on the application. The default value is false.
forceStop - Stopping an application process can take a long time. Setting this parameter to true lets you force
stop the application so you don't need to wait until the process finishes to apply another action on
the application. The default value is false.StopApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStopApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.