public static interface CreateDeploymentConfigRequest.Builder extends CodeDeployRequest.Builder, CopyableBuilder<CreateDeploymentConfigRequest.Builder,CreateDeploymentConfigRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateDeploymentConfigRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateDeploymentConfigRequest.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.