@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeploymentConfigInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about a deployment configuration.
Constructor and Description |
---|
DeploymentConfigInfo() |
Modifier and Type | Method and Description |
---|---|
DeploymentConfigInfo |
clone() |
boolean |
equals(Object obj) |
String |
getComputePlatform()
The destination platform type for the deployment (
Lambda or Server ). |
Date |
getCreateTime()
The time at which the deployment configuration was created.
|
String |
getDeploymentConfigId()
The deployment configuration ID.
|
String |
getDeploymentConfigName()
The deployment configuration name.
|
MinimumHealthyHosts |
getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
|
TrafficRoutingConfig |
getTrafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
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.
|
void |
setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeploymentConfigInfo |
withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
DeploymentConfigInfo |
withComputePlatform(String computePlatform)
The destination platform type for the deployment (
Lambda or Server ). |
DeploymentConfigInfo |
withCreateTime(Date createTime)
The time at which the deployment configuration was created.
|
DeploymentConfigInfo |
withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
|
DeploymentConfigInfo |
withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
|
DeploymentConfigInfo |
withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
|
DeploymentConfigInfo |
withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed.
|
public void setDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public String getDeploymentConfigId()
The deployment configuration ID.
public DeploymentConfigInfo withDeploymentConfigId(String deploymentConfigId)
The deployment configuration ID.
deploymentConfigId
- The deployment configuration ID.public void setDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public String getDeploymentConfigName()
The deployment configuration name.
public DeploymentConfigInfo withDeploymentConfigName(String deploymentConfigName)
The deployment configuration name.
deploymentConfigName
- The deployment configuration name.public void setMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy instance.public MinimumHealthyHosts getMinimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
public DeploymentConfigInfo withMinimumHealthyHosts(MinimumHealthyHosts minimumHealthyHosts)
Information about the number or percentage of minimum healthy instance.
minimumHealthyHosts
- Information about the number or percentage of minimum healthy instance.public void setCreateTime(Date createTime)
The time at which the deployment configuration was created.
createTime
- The time at which the deployment configuration was created.public Date getCreateTime()
The time at which the deployment configuration was created.
public DeploymentConfigInfo withCreateTime(Date createTime)
The time at which the deployment configuration was created.
createTime
- The time at which the deployment configuration was created.public void setComputePlatform(String computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public String getComputePlatform()
The destination platform type for the deployment (Lambda
or Server
).
Lambda
or Server
).ComputePlatform
public DeploymentConfigInfo withComputePlatform(String computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public DeploymentConfigInfo withComputePlatform(ComputePlatform computePlatform)
The destination platform type for the deployment (Lambda
or Server
).
computePlatform
- The destination platform type for the deployment (Lambda
or Server
).ComputePlatform
public void setTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda compute platform can specify this.
trafficRoutingConfig
- The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda
compute platform can specify this.public TrafficRoutingConfig getTrafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda compute platform can specify this.
public DeploymentConfigInfo withTrafficRoutingConfig(TrafficRoutingConfig trafficRoutingConfig)
The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda compute platform can specify this.
trafficRoutingConfig
- The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda
compute platform can specify this.public String toString()
toString
in class Object
Object.toString()
public DeploymentConfigInfo clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.