Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DescribeStackRefactorResponse.Builder
Packages that use DescribeStackRefactorResponse.Builder
-
Uses of DescribeStackRefactorResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DescribeStackRefactorResponse.BuilderModifier and TypeMethodDescriptionDescribeStackRefactorResponse.builder()DescribeStackRefactorResponse.Builder.description(String description) A description to help you identify the refactor.DescribeStackRefactorResponse.Builder.executionStatus(String executionStatus) The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.DescribeStackRefactorResponse.Builder.executionStatus(StackRefactorExecutionStatus executionStatus) The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.DescribeStackRefactorResponse.Builder.executionStatusReason(String executionStatusReason) A detailed explanation for the stack refactorExecutionStatus.The unique ID for each stack.DescribeStackRefactorResponse.Builder.stackIds(Collection<String> stackIds) The unique ID for each stack.DescribeStackRefactorResponse.Builder.stackRefactorId(String stackRefactorId) The ID associated with the stack refactor created from the CreateStackRefactor action.The stack refactor operation status that's provided after calling the CreateStackRefactor action.DescribeStackRefactorResponse.Builder.status(StackRefactorStatus status) The stack refactor operation status that's provided after calling the CreateStackRefactor action.DescribeStackRefactorResponse.Builder.statusReason(String statusReason) A detailed explanation for the stack refactor operationStatus.DescribeStackRefactorResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DescribeStackRefactorResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeStackRefactorResponse.Builder>DescribeStackRefactorResponse.serializableBuilderClass()