@Generated(value="software.amazon.awssdk:codegen") public class DeploymentConfigInfo extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>
Information about a deployment configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeploymentConfigInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfigInfo.Builder |
builder() |
Date |
createTime()
The time at which the deployment configuration was created.
|
String |
deploymentConfigId()
The deployment configuration ID.
|
String |
deploymentConfigName()
The deployment configuration name.
|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
MinimumHealthyHosts |
minimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
|
static Class<? extends DeploymentConfigInfo.Builder> |
serializableBuilderClass() |
DeploymentConfigInfo.Builder |
toBuilder() |
String |
toString() |
public String deploymentConfigId()
The deployment configuration ID.
public String deploymentConfigName()
The deployment configuration name.
public MinimumHealthyHosts minimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
public Date createTime()
The time at which the deployment configuration was created.
public DeploymentConfigInfo.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>public static DeploymentConfigInfo.Builder builder()
public static Class<? extends DeploymentConfigInfo.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.