public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
creationDate(Instant creationDate)
The date the project was created, in Unix epoch time.
|
ProjectSummary.Builder |
description(String description)
The project's description.
|
ProjectSummary.Builder |
id(String id)
The ID of the project.
|
ProjectSummary.Builder |
lastUpdateDate(Instant lastUpdateDate)
The date the project was last updated, in Unix epoch time.
|
ProjectSummary.Builder |
name(String name)
The name of the project.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder id(String id)
The ID of the project.
id - The ID of the project.ProjectSummary.Builder name(String name)
The name of the project.
name - The name of the project.ProjectSummary.Builder description(String description)
The project's description.
description - The project's description.ProjectSummary.Builder creationDate(Instant creationDate)
The date the project was created, in Unix epoch time.
creationDate - The date the project was created, in Unix epoch time.ProjectSummary.Builder lastUpdateDate(Instant lastUpdateDate)
The date the project was last updated, in Unix epoch time.
lastUpdateDate - The date the project was last updated, in Unix epoch time.Copyright © 2021. All rights reserved.