| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucket(String bucket)
The name of the Amazon S3 bucket you want to associate with the streaming video project.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.keyPrefix(String keyPrefix)
The prefix value of the location within the bucket that you want the information to be published to.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StreamProcessorOutput.Builder |
StreamProcessorOutput.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
The Amazon S3 bucket location to which Amazon Rekognition publishes the detailed inference results of a video
analysis operation.
|
Copyright © 2023. All rights reserved.