Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ExecuteChangeSetRequest.Builder
Packages that use ExecuteChangeSetRequest.Builder
Package
Description
-
Uses of ExecuteChangeSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ExecuteChangeSetRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.executeChangeSet(Consumer<ExecuteChangeSetRequest.Builder> executeChangeSetRequest) Updates a stack using the input information that was provided when the specified change set was created.default ExecuteChangeSetResponseCloudFormationClient.executeChangeSet(Consumer<ExecuteChangeSetRequest.Builder> executeChangeSetRequest) Updates a stack using the input information that was provided when the specified change set was created. -
Uses of ExecuteChangeSetRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ExecuteChangeSetRequest.BuilderModifier and TypeMethodDescriptionExecuteChangeSetRequest.builder()ExecuteChangeSetRequest.Builder.changeSetName(String changeSetName) The name or Amazon Resource Name (ARN) of the change set that you want use to update the specified stack.ExecuteChangeSetRequest.Builder.clientRequestToken(String clientRequestToken) A unique identifier for thisExecuteChangeSetrequest.ExecuteChangeSetRequest.Builder.disableRollback(Boolean disableRollback) Preserves the state of previously provisioned resources when an operation fails.ExecuteChangeSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ExecuteChangeSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ExecuteChangeSetRequest.Builder.retainExceptOnCreate(Boolean retainExceptOnCreate) When set totrue, newly created resources are deleted when the operation rolls back.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.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ExecuteChangeSetRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExecuteChangeSetRequest.Builder>ExecuteChangeSetRequest.serializableBuilderClass()