public static interface ProjectMetadata.Builder extends SdkPojo, CopyableBuilder<ProjectMetadata.Builder,ProjectMetadata>
| Modifier and Type | Method and Description |
|---|---|
ProjectMetadata.Builder |
creationTimestamp(Instant creationTimestamp)
The unix timestamp for the date and time that the project was created.
|
ProjectMetadata.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectMetadata.Builder |
projectName(String projectName)
The name of the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectMetadata.Builder projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
projectArn - The Amazon Resource Name (ARN) of the project.ProjectMetadata.Builder projectName(String projectName)
The name of the project.
projectName - The name of the project.ProjectMetadata.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.Copyright © 2023. All rights reserved.