Interface ProjectStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProjectStatus.Builder,ProjectStatus>,SdkBuilder<ProjectStatus.Builder,ProjectStatus>,SdkPojo
- Enclosing class:
- ProjectStatus
public static interface ProjectStatus.Builder extends SdkPojo, CopyableBuilder<ProjectStatus.Builder,ProjectStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProjectStatus.Builderreason(String reason)In the case of a project creation or deletion failure, a reason for the failure.ProjectStatus.Builderstate(String state)The phase of completion for a project creation or deletion.-
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, sdkFields
-
-
-
-
Method Detail
-
state
ProjectStatus.Builder state(String state)
The phase of completion for a project creation or deletion.
- Parameters:
state- The phase of completion for a project creation or deletion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reason
ProjectStatus.Builder reason(String reason)
In the case of a project creation or deletion failure, a reason for the failure.
- Parameters:
reason- In the case of a project creation or deletion failure, a reason for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-