CopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>
, SdkBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>
public static interface DeploymentConfigInfo.Builder extends CopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>
Modifier and Type | Method | Description |
---|---|---|
DeploymentConfigInfo.Builder |
createTime(Date createTime) |
The time at which the deployment configuration was created.
|
DeploymentConfigInfo.Builder |
deploymentConfigId(String deploymentConfigId) |
The deployment configuration ID.
|
DeploymentConfigInfo.Builder |
deploymentConfigName(String deploymentConfigName) |
The deployment configuration name.
|
DeploymentConfigInfo.Builder |
minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts) |
Information about the number or percentage of minimum healthy instance.
|
copy
apply, build
DeploymentConfigInfo.Builder deploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.DeploymentConfigInfo.Builder deploymentConfigName(String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.DeploymentConfigInfo.Builder minimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy instance.DeploymentConfigInfo.Builder createTime(Date createTime)
The time at which the deployment configuration was created.
createTime
- The time at which the deployment configuration was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.