Interface StopDeploymentRequest.Builder
-
- All Superinterfaces:
AppConfigRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>,SdkBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopDeploymentRequest
public static interface StopDeploymentRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<StopDeploymentRequest.Builder,StopDeploymentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDeploymentRequest.BuilderapplicationId(String applicationId)The application ID.StopDeploymentRequest.BuilderdeploymentNumber(Integer deploymentNumber)The sequence number of the deployment.StopDeploymentRequest.BuilderenvironmentId(String environmentId)The environment ID.StopDeploymentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopDeploymentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFields
-
-
-
-
Method Detail
-
applicationId
StopDeploymentRequest.Builder applicationId(String 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
StopDeploymentRequest.Builder environmentId(String 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
StopDeploymentRequest.Builder deploymentNumber(Integer 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.
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-