static DeploymentConfigInfo.Builder |
DeploymentConfigInfo.builder() |
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.computePlatform(String computePlatform) |
The destination platform type for the deployment (Lambda, Server, or
ECS).
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.computePlatform(ComputePlatform 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 instances.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) |
Information about the number or percentage of minimum healthy instances.
|
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.
|
default DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.zonalConfig(Consumer<ZonalConfig.Builder> zonalConfig) |
Information about a zonal configuration.
|
DeploymentConfigInfo.Builder |
DeploymentConfigInfo.Builder.zonalConfig(ZonalConfig zonalConfig) |
Information about a zonal configuration.
|