| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.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.projectArn(String projectArn)
The Amazon Resource Name (ARN) of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.status(ProjectStatus status)
The current status of the project.
|
ProjectDescription.Builder |
ProjectDescription.Builder.status(String status)
The current status of the project.
|
ProjectDescription.Builder |
ProjectDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ProjectDescription.Builder> |
ProjectDescription.serializableBuilderClass() |
Copyright © 2020. All rights reserved.