Uses of Interface
software.amazon.awssdk.services.codestar.model.ProjectStatus.Builder
-
Packages that use ProjectStatus.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of ProjectStatus.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return ProjectStatus.Builder Modifier and Type Method Description static ProjectStatus.BuilderProjectStatus. builder()ProjectStatus.BuilderProjectStatus.Builder. reason(String reason)In the case of a project creation or deletion failure, a reason for the failure.ProjectStatus.BuilderProjectStatus.Builder. state(String state)The phase of completion for a project creation or deletion.ProjectStatus.BuilderProjectStatus. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type ProjectStatus.Builder Modifier and Type Method Description static Class<? extends ProjectStatus.Builder>ProjectStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codestar.model with type arguments of type ProjectStatus.Builder Modifier and Type Method Description default DescribeProjectResponse.BuilderDescribeProjectResponse.Builder. status(Consumer<ProjectStatus.Builder> status)The project creation or deletion status.
-