public static interface ProjectStatus.Builder extends SdkPojo, CopyableBuilder<ProjectStatus.Builder,ProjectStatus>
Modifier and Type | Method and Description |
---|---|
ProjectStatus.Builder |
reason(String reason)
In the case of a project creation or deletion failure, a reason for the failure.
|
ProjectStatus.Builder |
state(String state)
The phase of completion for a project creation or deletion.
|
copy
applyMutation, build
ProjectStatus.Builder state(String state)
The phase of completion for a project creation or deletion.
state
- The phase of completion for a project creation or deletion.ProjectStatus.Builder reason(String reason)
In the case of a project creation or deletion failure, a reason for the failure.
reason
- In the case of a project creation or deletion failure, a reason for the failure.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.