Class DeploymentConfigInfo
java.lang.Object
com.amazonaws.services.codedeploy.model.DeploymentConfigInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Information about a deployment configuration.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The time at which the deployment configuration was created.The deployment configuration ID.The deployment configuration name.Information about the number or percentage of minimum healthy instance.int
hashCode()
void
setCreateTime
(Date createTime) The time at which the deployment configuration was created.void
setDeploymentConfigId
(String deploymentConfigId) The deployment configuration ID.void
setDeploymentConfigName
(String deploymentConfigName) The deployment configuration name.void
setMinimumHealthyHosts
(MinimumHealthyHosts minimumHealthyHosts) Information about the number or percentage of minimum healthy instance.toString()
Returns a string representation of this object; useful for testing and debugging.withCreateTime
(Date createTime) The time at which the deployment configuration was created.withDeploymentConfigId
(String deploymentConfigId) The deployment configuration ID.withDeploymentConfigName
(String deploymentConfigName) The deployment configuration name.withMinimumHealthyHosts
(MinimumHealthyHosts minimumHealthyHosts) Information about the number or percentage of minimum healthy instance.
-
Constructor Details
-
DeploymentConfigInfo
public DeploymentConfigInfo()
-
-
Method Details
-
setDeploymentConfigId
The deployment configuration ID.
- Parameters:
deploymentConfigId
- The deployment configuration ID.
-
getDeploymentConfigId
The deployment configuration ID.
- Returns:
- The deployment configuration ID.
-
withDeploymentConfigId
The deployment configuration ID.
- Parameters:
deploymentConfigId
- The deployment configuration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDeploymentConfigName
The deployment configuration name.
- Parameters:
deploymentConfigName
- The deployment configuration name.
-
getDeploymentConfigName
The deployment configuration name.
- Returns:
- The deployment configuration name.
-
withDeploymentConfigName
The deployment configuration name.
- Parameters:
deploymentConfigName
- The deployment configuration name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMinimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
- Parameters:
minimumHealthyHosts
- Information about the number or percentage of minimum healthy instance.
-
getMinimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
- Returns:
- Information about the number or percentage of minimum healthy instance.
-
withMinimumHealthyHosts
Information about the number or percentage of minimum healthy instance.
- Parameters:
minimumHealthyHosts
- Information about the number or percentage of minimum healthy instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreateTime
The time at which the deployment configuration was created.
- Parameters:
createTime
- The time at which the deployment configuration was created.
-
getCreateTime
The time at which the deployment configuration was created.
- Returns:
- The time at which the deployment configuration was created.
-
withCreateTime
The time at which the deployment configuration was created.
- Parameters:
createTime
- The time at which the deployment configuration was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-