Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ExecuteChangeSetRequest.Builder
-
Packages that use ExecuteChangeSetRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ExecuteChangeSetRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ExecuteChangeSetRequest.Builder Modifier and Type Method Description default CompletableFuture<ExecuteChangeSetResponse>CloudFormationAsyncClient. 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.Builder Modifier and Type Method Description static ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest. builder()ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.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.BuilderExecuteChangeSetRequest.Builder. clientRequestToken(String clientRequestToken)A unique identifier for thisExecuteChangeSetrequest.ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.Builder. disableRollback(Boolean disableRollback)Preserves the state of previously provisioned resources when an operation fails.ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.Builder. retainExceptOnCreate(Boolean retainExceptOnCreate)When set totrue, newly created resources are deleted when the operation rolls back.ExecuteChangeSetRequest.BuilderExecuteChangeSetRequest.Builder. stackName(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.BuilderExecuteChangeSetRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ExecuteChangeSetRequest.Builder Modifier and Type Method Description static Class<? extends ExecuteChangeSetRequest.Builder>ExecuteChangeSetRequest. serializableBuilderClass()
-