public static interface ContinueDeploymentRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<ContinueDeploymentRequest.Builder,ContinueDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
ContinueDeploymentRequest.Builder |
deploymentId(String deploymentId)
The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the
replacement environment.
|
ContinueDeploymentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ContinueDeploymentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildContinueDeploymentRequest.Builder deploymentId(String deploymentId)
The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement environment.
deploymentId - The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the
replacement environment.ContinueDeploymentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ContinueDeploymentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.