Interface StackRefactorSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<StackRefactorSummary.Builder,StackRefactorSummary>,SdkBuilder<StackRefactorSummary.Builder,StackRefactorSummary>,SdkPojo
- Enclosing class:
- StackRefactorSummary
public static interface StackRefactorSummary.Builder extends SdkPojo, CopyableBuilder<StackRefactorSummary.Builder,StackRefactorSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackRefactorSummary.Builderdescription(String description)A description to help you identify the refactor.StackRefactorSummary.BuilderexecutionStatus(String executionStatus)The operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorSummary.BuilderexecutionStatus(StackRefactorExecutionStatus executionStatus)The operation status that's provided after calling the ExecuteStackRefactor action.StackRefactorSummary.BuilderexecutionStatusReason(String executionStatusReason)A detailed explanation for the stack refactorExecutionStatus.StackRefactorSummary.BuilderstackRefactorId(String stackRefactorId)The ID associated with the stack refactor created from the CreateStackRefactor action.StackRefactorSummary.Builderstatus(String status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.StackRefactorSummary.Builderstatus(StackRefactorStatus status)The stack refactor operation status that's provided after calling the CreateStackRefactor action.StackRefactorSummary.BuilderstatusReason(String statusReason)A detailed explanation for the stack refactorStatus.-
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
-
-
-
-
Method Detail
-
stackRefactorId
StackRefactorSummary.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.
-
description
StackRefactorSummary.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.
-
executionStatus
StackRefactorSummary.Builder executionStatus(String executionStatus)
The operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus- The 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
StackRefactorSummary.Builder executionStatus(StackRefactorExecutionStatus executionStatus)
The operation status that's provided after calling the ExecuteStackRefactor action.
- Parameters:
executionStatus- The 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
StackRefactorSummary.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
StackRefactorSummary.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
StackRefactorSummary.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
StackRefactorSummary.Builder statusReason(String statusReason)
A detailed explanation for the stack refactor
Status.- Parameters:
statusReason- A detailed explanation for the stack refactorStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-