Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeChangeSetResponse.Builder
Packages that use DescribeChangeSetResponse.Builder
-
Uses of DescribeChangeSetResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeChangeSetResponse.BuilderModifier and TypeMethodDescriptionDescribeChangeSetResponse.builder()DescribeChangeSetResponse.Builder.capabilities(Collection<Capability> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Builder.capabilities(Capability... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Builder.capabilitiesWithStrings(String... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Builder.capabilitiesWithStrings(Collection<String> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Builder.changes(Collection<Change> changes) A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.DescribeChangeSetResponse.Builder.changes(Consumer<Change.Builder>... changes) A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.DescribeChangeSetResponse.Builder.changeSetId(String changeSetId) The Amazon Resource Name (ARN) of the change set.DescribeChangeSetResponse.Builder.changeSetName(String changeSetName) The name of the change set.DescribeChangeSetResponse.Builder.creationTime(Instant creationTime) The start time when the change set was created, in UTC.DescribeChangeSetResponse.Builder.deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig) The deployment configuration specified when the change set was created.DescribeChangeSetResponse.Builder.deploymentConfig(DeploymentConfig deploymentConfig) The deployment configuration specified when the change set was created.DescribeChangeSetResponse.Builder.deploymentMode(String deploymentMode) The deployment mode specified when the change set was created.DescribeChangeSetResponse.Builder.deploymentMode(DeploymentMode deploymentMode) The deployment mode specified when the change set was created.DescribeChangeSetResponse.Builder.description(String description) Information about the change set.DescribeChangeSetResponse.Builder.executionStatus(String executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.DescribeChangeSetResponse.Builder.executionStatus(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE, you can execute the change set.DescribeChangeSetResponse.Builder.importExistingResources(Boolean importExistingResources) Indicates if the change set imports resources that already exist.DescribeChangeSetResponse.Builder.includeNestedStacks(Boolean includeNestedStacks) Verifies ifIncludeNestedStacksis set toTrue.If the output exceeds 1 MB, a string that identifies the next page of changes.DescribeChangeSetResponse.Builder.notificationARNs(String... notificationARNs) The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.DescribeChangeSetResponse.Builder.notificationARNs(Collection<String> notificationARNs) The ARNs of the Amazon SNS topics that will be associated with the stack if you execute the change set.DescribeChangeSetResponse.Builder.onStackFailure(String onStackFailure) Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.Builder.onStackFailure(OnStackFailure onStackFailure) Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.Builder.parameters(Collection<Parameter> parameters) A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.Builder.parameters(Consumer<Parameter.Builder>... parameters) A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.Builder.parameters(Parameter... parameters) A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.Builder.parentChangeSetId(String parentChangeSetId) Specifies the change set ID of the parent change set in the current nested change set hierarchy.DescribeChangeSetResponse.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.DescribeChangeSetResponse.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.DescribeChangeSetResponse.Builder.rootChangeSetId(String rootChangeSetId) Specifies the change set ID of the root change set in the current nested change set hierarchy.DescribeChangeSetResponse.Builder.stackDriftStatus(String stackDriftStatus) The drift status of the stack when the change set was created.DescribeChangeSetResponse.Builder.stackDriftStatus(StackDriftStatus stackDriftStatus) The drift status of the stack when the change set was created.The Amazon Resource Name (ARN) of the stack that's associated with the change set.The name of the stack that's associated with the change set.The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.Builder.status(ChangeSetStatus status) The current status of the change set, such asCREATE_PENDING,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.Builder.statusReason(String statusReason) A description of the change set's status.DescribeChangeSetResponse.Builder.tags(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Builder.tags(Consumer<Tag.Builder>... tags) If you execute the change set, the tags that will be associated with the stack.If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeChangeSetResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeChangeSetResponse.Builder>DescribeChangeSetResponse.serializableBuilderClass()