public static interface ProjectSummary.Builder extends SdkPojo, CopyableBuilder<ProjectSummary.Builder,ProjectSummary>
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary.Builder |
createdAt(Instant createdAt)
The timestamp of when a project was created.
|
ProjectSummary.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the project.
|
ProjectSummary.Builder |
description(String description)
The description of a project.
|
ProjectSummary.Builder |
domainId(String domainId)
The identifier of a Amazon DataZone domain where the project exists.
|
ProjectSummary.Builder |
id(String id)
The identifier of a project.
|
ProjectSummary.Builder |
name(String name)
The name of a project.
|
ProjectSummary.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the project was updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectSummary.Builder createdAt(Instant createdAt)
The timestamp of when a project was created.
createdAt - The timestamp of when a project was created.ProjectSummary.Builder createdBy(String createdBy)
The Amazon DataZone user who created the project.
createdBy - The Amazon DataZone user who created the project.ProjectSummary.Builder description(String description)
The description of a project.
description - The description of a project.ProjectSummary.Builder domainId(String domainId)
The identifier of a Amazon DataZone domain where the project exists.
domainId - The identifier of a Amazon DataZone domain where the project exists.ProjectSummary.Builder id(String id)
The identifier of a project.
id - The identifier of a project.ProjectSummary.Builder name(String name)
The name of a project.
name - The name of a project.ProjectSummary.Builder updatedAt(Instant updatedAt)
The timestamp of when the project was updated.
updatedAt - The timestamp of when the project was updated.Copyright © 2023. All rights reserved.