@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 or Server ). |
String |
computePlatformAsString()
The destination platform type for the deployment (
Lambda or Server ). |
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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
TrafficRoutingConfig |
trafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed.
|
copy
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 Instant createTime()
The time at which the deployment configuration was created.
public ComputePlatform computePlatform()
The destination platform type for the deployment (Lambda
or Server
).
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
or Server
).ComputePlatform
public String computePlatformAsString()
The destination platform type for the deployment (Lambda
or Server
).
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
or Server
).ComputePlatform
public TrafficRoutingConfig trafficRoutingConfig()
The configuration specifying how the deployment traffic will be routed. Only deployments with a Lambda compute platform can specify this.
public DeploymentConfigInfo.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DeploymentConfigInfo.Builder,DeploymentConfigInfo>
public static DeploymentConfigInfo.Builder builder()
public static Class<? extends DeploymentConfigInfo.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.