Interface DescribeStackRefactorResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DescribeStackRefactorResponse.Builder,
,DescribeStackRefactorResponse> SdkBuilder<DescribeStackRefactorResponse.Builder,
,DescribeStackRefactorResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeStackRefactorResponse
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description to help you identify the refactor.executionStatus
(String executionStatus) The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.executionStatus
(StackRefactorExecutionStatus executionStatus) The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.executionStatusReason
(String executionStatusReason) A detailed explanation for the stack refactorExecutionStatus
.The unique ID for each stack.stackIds
(Collection<String> stackIds) The unique ID for each stack.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.status
(StackRefactorStatus status) The stack refactor operation status that's provided after calling the CreateStackRefactor action.statusReason
(String statusReason) A detailed explanation for the stack refactor operationStatus
.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
description
A description to help you identify the refactor.
- Parameters:
description
- A description to help you identify the refactor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackRefactorId
The ID associated with the stack refactor created from the CreateStackRefactor action.
- Parameters:
stackRefactorId
- The ID associated with the stack refactor created from the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
The unique ID for each stack.
- Parameters:
stackIds
- The unique ID for each stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackIds
The unique ID for each stack.
- Parameters:
stackIds
- The unique ID for each stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionStatus
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus
- The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatus
The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus
- The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
executionStatusReason
A detailed explanation for the stack refactor
ExecutionStatus
.- Parameters:
executionStatusReason
- A detailed explanation for the stack refactorExecutionStatus
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
- Parameters:
status
- The stack refactor operation status that's provided after calling the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The stack refactor operation status that's provided after calling the CreateStackRefactor action.
- Parameters:
status
- The stack refactor operation status that's provided after calling the CreateStackRefactor action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
A detailed explanation for the stack refactor operation
Status
.- Parameters:
statusReason
- A detailed explanation for the stack refactor operationStatus
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-