@Generated(value="software.amazon.awssdk:codegen") public final class DeploymentConfigInfo extends Object implements SdkPojo, Serializable, 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() |
ComputePlatform |
computePlatform()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
String |
computePlatformAsString()
The destination platform type for the deployment (
Lambda, Server, or ECS). |
Instant |
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) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MinimumHealthyHosts |
minimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeploymentConfigInfo.Builder> |
serializableBuilderClass() |
DeploymentConfigInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TrafficRoutingConfig |
trafficRoutingConfig()
The configuration that specifies how the deployment traffic is routed.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 Instant createTime()
The time at which the deployment configuration was created.
public ComputePlatform computePlatform()
The destination platform type for the deployment (Lambda, Server, or ECS).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda, Server, or
ECS).ComputePlatformpublic String computePlatformAsString()
The destination platform type for the deployment (Lambda, Server, or ECS).
If the service returns an enum value that is not available in the current SDK version, computePlatform
will return ComputePlatform.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from computePlatformAsString().
Lambda, Server, or
ECS).ComputePlatformpublic TrafficRoutingConfig trafficRoutingConfig()
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or ECS compute platform only.
public DeploymentConfigInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>public static DeploymentConfigInfo.Builder builder()
public static Class<? extends DeploymentConfigInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.