| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfigInfo.Builder |
DeploymentConfigInfo.builder() |
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.computePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.computePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda, Server, or
ECS). |
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.createTime(Instant createTime)
The time at which the deployment configuration was created.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.deploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.deploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
default DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.minimumHealthyHosts(Consumer<MinimumHealthyHosts.Builder> minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.toBuilder() |
default DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.trafficRoutingConfig(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.trafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration that specifies how the deployment traffic is routed.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeploymentConfigInfo.Builder> |
DeploymentConfigInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetDeploymentConfigResponse.Builder |
GetDeploymentConfigResponse.Builder.deploymentConfigInfo(Consumer<DeploymentConfigInfo.Builder> deploymentConfigInfo)
Information about the deployment configuration.
|
Copyright © 2021. All rights reserved.