| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutvision.model |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDescription.Builder |
ProjectDescription.builder() |
ProjectDescription.Builder |
ProjectDescription.Builder.creationTimestamp(Instant creationTimestamp)
The unix timestamp for the date and time that the project was created.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(Collection<DatasetMetadata> datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(Consumer<DatasetMetadata.Builder>... datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.datasets(DatasetMetadata... datasets)
A list of datasets in the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.projectName(String projectName)
The name of the project.
|
ProjectDescription.Builder |
ProjectDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectDescription.Builder> |
ProjectDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeProjectResponse.Builder |
DescribeProjectResponse.Builder.projectDescription(Consumer<ProjectDescription.Builder> projectDescription)
The description of the project.
|
Copyright © 2021. All rights reserved.