public static interface ProjectDescription.Builder extends SdkPojo, CopyableBuilder<ProjectDescription.Builder,ProjectDescription>
| Modifier and Type | Method and Description |
|---|---|
ProjectDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the project was created.
|
ProjectDescription.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
status(ProjectStatus status)
The current status of the project.
|
ProjectDescription.Builder |
status(String status)
The current status of the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectDescription.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.ProjectDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the project was created.
creationTimestamp - The Unix timestamp for the date and time that the project was created.ProjectDescription.Builder status(String status)
The current status of the project.
status - The current status of the project.ProjectStatus,
ProjectStatusProjectDescription.Builder status(ProjectStatus status)
The current status of the project.
status - The current status of the project.ProjectStatus,
ProjectStatusCopyright © 2021. All rights reserved.