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 |
datasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
datasets(Consumer<DatasetMetadata.Builder>... datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
datasets(DatasetMetadata... datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
projectName(String projectName)
The name 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 projectName(String projectName)
The name of the project.
projectName - The name 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 datasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
datasets - A list of datasets in the project.ProjectDescription.Builder datasets(DatasetMetadata... datasets)
A list of datasets in the project.
datasets - A list of datasets in the project.ProjectDescription.Builder datasets(Consumer<DatasetMetadata.Builder>... datasets)
A list of datasets in the project.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #datasets(List) .datasets - a consumer that will call methods on List.Builder #datasets(List) Copyright © 2022. All rights reserved.