public static interface CreateDeploymentConfigRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<CreateDeploymentConfigRequest.Builder,CreateDeploymentConfigRequest>
| Modifier and Type | Method and Description | 
|---|---|
CreateDeploymentConfigRequest.Builder | 
computePlatform(ComputePlatform computePlatform)
 The destination platform type for the deployment ( 
Lambda or Server>). | 
CreateDeploymentConfigRequest.Builder | 
computePlatform(String computePlatform)
 The destination platform type for the deployment ( 
Lambda or Server>). | 
CreateDeploymentConfigRequest.Builder | 
deploymentConfigName(String deploymentConfigName)
 The name of the deployment configuration to create. 
 | 
default CreateDeploymentConfigRequest.Builder | 
minimumHealthyHosts(Consumer<MinimumHealthyHosts.Builder> minimumHealthyHosts)
 The minimum number of healthy instances that should be available at any time during the deployment. 
 | 
CreateDeploymentConfigRequest.Builder | 
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
 The minimum number of healthy instances that should be available at any time during the deployment. 
 | 
CreateDeploymentConfigRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
CreateDeploymentConfigRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
default CreateDeploymentConfigRequest.Builder | 
trafficRoutingConfig(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfig)
 The configuration that specifies how the deployment traffic will be routed. 
 | 
CreateDeploymentConfigRequest.Builder | 
trafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
 The configuration that specifies how the deployment traffic will be routed. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildCreateDeploymentConfigRequest.Builder deploymentConfigName(String deploymentConfigName)
The name of the deployment configuration to create.
deploymentConfigName - The name of the deployment configuration to create.CreateDeploymentConfigRequest.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
minimumHealthyHosts - The minimum number of healthy instances that should be available at any time during the deployment.
        There are two parameters expected in the input: type and value.
        The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
default CreateDeploymentConfigRequest.Builder minimumHealthyHosts(Consumer<MinimumHealthyHosts.Builder> minimumHealthyHosts)
The minimum number of healthy instances that should be available at any time during the deployment. There are two parameters expected in the input: type and value.
The type parameter takes either of the following values:
HOST_COUNT: The value parameter represents the minimum number of healthy instances as an absolute value.
FLEET_PERCENT: The value parameter represents the minimum number of healthy instances as a percentage of the total number of instances in the deployment. If you specify FLEET_PERCENT, at the start of the deployment, AWS CodeDeploy converts the percentage to the equivalent number of instance and rounds up fractional instances.
The value parameter takes an integer.
For example, to set a minimum of 95% healthy instance, specify a type of FLEET_PERCENT and a value of 95.
This is a convenience that creates an instance of theMinimumHealthyHosts.Builder avoiding the need
 to create one manually via MinimumHealthyHosts.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to minimumHealthyHosts(MinimumHealthyHosts).minimumHealthyHosts - a consumer that will call methods on MinimumHealthyHosts.BuilderminimumHealthyHosts(MinimumHealthyHosts)CreateDeploymentConfigRequest.Builder trafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic will be routed.
trafficRoutingConfig - The configuration that specifies how the deployment traffic will be routed.default CreateDeploymentConfigRequest.Builder trafficRoutingConfig(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfig)
The configuration that specifies how the deployment traffic will be routed.
This is a convenience that creates an instance of theTrafficRoutingConfig.Builder avoiding the need
 to create one manually via TrafficRoutingConfig.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and
 its result is passed to trafficRoutingConfig(TrafficRoutingConfig).trafficRoutingConfig - a consumer that will call methods on TrafficRoutingConfig.BuildertrafficRoutingConfig(TrafficRoutingConfig)CreateDeploymentConfigRequest.Builder computePlatform(String computePlatform)
 The destination platform type for the deployment (Lambda or Server>).
 
computePlatform - The destination platform type for the deployment (Lambda or Server>).ComputePlatform, 
ComputePlatformCreateDeploymentConfigRequest.Builder computePlatform(ComputePlatform computePlatform)
 The destination platform type for the deployment (Lambda or Server>).
 
computePlatform - The destination platform type for the deployment (Lambda or Server>).ComputePlatform, 
ComputePlatformCreateDeploymentConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateDeploymentConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.