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
Modifier and TypeMethodDescriptionIn the case of a project creation or deletion failure, a reason for the failure.The phase of completion for a project creation or deletion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-