@Generated(value="software.amazon.awssdk:codegen") public final class ExecuteChangeSetRequest extends CloudFormationRequest implements ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>
The input for the ExecuteChangeSet action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExecuteChangeSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteChangeSetRequest.Builder |
builder() |
String |
changeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
|
String |
clientRequestToken()
A unique identifier for this
ExecuteChangeSet request. |
Boolean |
disableRollback()
Preserves the state of previously provisioned resources when an operation fails.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
retainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExecuteChangeSetRequest.Builder> |
serializableBuilderClass() |
String |
stackName()
If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's associated
with the change set you want to execute.
|
ExecuteChangeSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String changeSetName()
The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.
public final String stackName()
If you specified the name of a change set, specify the stack name or Amazon Resource Name (ARN) that's associated with the change set you want to execute.
public final String clientRequestToken()
A unique identifier for this ExecuteChangeSet request. Specify this token if you plan to retry
requests so that CloudFormation knows that you're not attempting to execute a change set to update a stack with
the same name. You might retry ExecuteChangeSet requests to ensure that CloudFormation successfully
received them.
ExecuteChangeSet request. Specify this token if you plan to
retry requests so that CloudFormation knows that you're not attempting to execute a change set to update
a stack with the same name. You might retry ExecuteChangeSet requests to ensure that
CloudFormation successfully received them.public final Boolean disableRollback()
Preserves the state of previously provisioned resources when an operation fails. This parameter can't be
specified when the OnStackFailure parameter to the CreateChangeSet API operation was specified.
True - if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING for the OnStackFailure parameter to the CreateChangeSet API operation.
False - if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK for the OnStackFailure parameter to the CreateChangeSet API operation.
Default: True
OnStackFailure parameter to the CreateChangeSet API operation was specified.
True - if the stack creation fails, do nothing. This is equivalent to specifying
DO_NOTHING for the OnStackFailure parameter to the CreateChangeSet API operation.
False - if the stack creation fails, roll back the stack. This is equivalent to specifying
ROLLBACK for the OnStackFailure parameter to the CreateChangeSet API operation.
Default: True
public final Boolean retainExceptOnCreate()
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back. This ensures new, empty, and unused resources are deleted, while critical resources and their data
are retained. RetainExceptOnCreate can be specified for any resource that supports the
DeletionPolicy attribute.
RetainExceptOnCreate can be specified for any
resource that supports the
DeletionPolicy attribute.public ExecuteChangeSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExecuteChangeSetRequest.Builder,ExecuteChangeSetRequest>toBuilder in class CloudFormationRequestpublic static ExecuteChangeSetRequest.Builder builder()
public static Class<? extends ExecuteChangeSetRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.