@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 final String deploymentConfigId()
The deployment configuration ID.
public final String deploymentConfigName()
The deployment configuration name.
public final MinimumHealthyHosts minimumHealthyHosts()
Information about the number or percentage of minimum healthy instance.
public final Instant createTime()
The time at which the deployment configuration was created.
public final 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 final 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 final TrafficRoutingConfig trafficRoutingConfig()
The configuration that specifies how the deployment traffic is routed. Used for deployments with a Lambda or Amazon 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.