Interface StopDeploymentRequest.Builder
- All Superinterfaces:
AppConfigRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<StopDeploymentRequest.Builder,
,StopDeploymentRequest> SdkBuilder<StopDeploymentRequest.Builder,
,StopDeploymentRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StopDeploymentRequest
@Mutable
@NotThreadSafe
public static interface StopDeploymentRequest.Builder
extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
-
Method Summary
Modifier and TypeMethodDescriptionallowRevert
(Boolean allowRevert) A Boolean that enables AppConfig to rollback aCOMPLETED
deployment to the previous configuration version.applicationId
(String applicationId) The application ID.deploymentNumber
(Integer deploymentNumber) The sequence number of the deployment.environmentId
(String environmentId) The environment ID.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
applicationId
The application ID.
- Parameters:
applicationId
- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
The environment ID.
- Parameters:
environmentId
- The environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentNumber
The sequence number of the deployment.
- Parameters:
deploymentNumber
- The sequence number of the deployment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowRevert
A Boolean that enables AppConfig to rollback a
COMPLETED
deployment to the previous configuration version. This action moves the deployment to a status ofREVERTED
.- Parameters:
allowRevert
- A Boolean that enables AppConfig to rollback aCOMPLETED
deployment to the previous configuration version. This action moves the deployment to a status ofREVERTED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-