@Generated(value="software.amazon.awssdk:codegen") public final class EdgeDeploymentConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EdgeDeploymentConfig.Builder,EdgeDeploymentConfig>
Contains information about the configuration of a deployment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EdgeDeploymentConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EdgeDeploymentConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FailureHandlingPolicy |
failureHandlingPolicy()
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
String |
failureHandlingPolicyAsString()
Toggle that determines whether to rollback to previous configuration if the current deployment fails.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EdgeDeploymentConfig.Builder> |
serializableBuilderClass() |
EdgeDeploymentConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FailureHandlingPolicy failureHandlingPolicy()
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
If the service returns an enum value that is not available in the current SDK version,
failureHandlingPolicy will return FailureHandlingPolicy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from failureHandlingPolicyAsString().
FailureHandlingPolicypublic final String failureHandlingPolicyAsString()
Toggle that determines whether to rollback to previous configuration if the current deployment fails. By default this is turned on. You may turn this off if you want to investigate the errors yourself.
If the service returns an enum value that is not available in the current SDK version,
failureHandlingPolicy will return FailureHandlingPolicy.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from failureHandlingPolicyAsString().
FailureHandlingPolicypublic EdgeDeploymentConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EdgeDeploymentConfig.Builder,EdgeDeploymentConfig>public static EdgeDeploymentConfig.Builder builder()
public static Class<? extends EdgeDeploymentConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.