Interface DescribeStackRefactorResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DescribeStackRefactorResponse.Builder,DescribeStackRefactorResponse>,SdkBuilder<DescribeStackRefactorResponse.Builder,DescribeStackRefactorResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeStackRefactorResponse
public static interface DescribeStackRefactorResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeStackRefactorResponse.Builder,DescribeStackRefactorResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStackRefactorResponse.Builderdescription(String description)A description to help you identify the refactor.DescribeStackRefactorResponse.BuilderexecutionStatus(String executionStatus)The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.DescribeStackRefactorResponse.BuilderexecutionStatus(StackRefactorExecutionStatus executionStatus)The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.DescribeStackRefactorResponse.BuilderexecutionStatusReason(String executionStatusReason)A detailed explanation for the stack refactorExecutionStatus.DescribeStackRefactorResponse.BuilderstackIds(String... stackIds)The unique ID for each stack.DescribeStackRefactorResponse.BuilderstackIds(Collection<String> stackIds)The unique ID for each stack.DescribeStackRefactorResponse.BuilderstackRefactorId(String stackRefactorId)The ID associated with the stack refactor created from the CreateStackRefactor action.DescribeStackRefactorResponse.Builderstatus(String status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.DescribeStackRefactorResponse.Builderstatus(StackRefactorStatus status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.DescribeStackRefactorResponse.BuilderstatusReason(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 Detail
-
description
DescribeStackRefactorResponse.Builder description(String 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
DescribeStackRefactorResponse.Builder stackRefactorId(String 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
DescribeStackRefactorResponse.Builder stackIds(Collection<String> 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
DescribeStackRefactorResponse.Builder stackIds(String... 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
DescribeStackRefactorResponse.Builder executionStatus(String 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:
StackRefactorExecutionStatus,StackRefactorExecutionStatus
-
executionStatus
DescribeStackRefactorResponse.Builder executionStatus(StackRefactorExecutionStatus 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:
StackRefactorExecutionStatus,StackRefactorExecutionStatus
-
executionStatusReason
DescribeStackRefactorResponse.Builder executionStatusReason(String 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
DescribeStackRefactorResponse.Builder status(String 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:
StackRefactorStatus,StackRefactorStatus
-
status
DescribeStackRefactorResponse.Builder status(StackRefactorStatus 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:
StackRefactorStatus,StackRefactorStatus
-
statusReason
DescribeStackRefactorResponse.Builder statusReason(String 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.
-
-