Uses of Interface
software.amazon.awssdk.services.rekognition.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return S3Destination.Builder Modifier and Type Method Description S3Destination.BuilderS3Destination.Builder. bucket(String bucket)The name of the Amazon S3 bucket you want to associate with the streaming video project.static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. keyPrefix(String keyPrefix)The prefix value of the location within the bucket that you want the information to be published to.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default StreamProcessorOutput.BuilderStreamProcessorOutput.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.
-