public static interface S3Destination.Builder extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
bucket(String bucket)
The name of the Amazon S3 bucket you want to associate with the streaming video project.
|
S3Destination.Builder |
keyPrefix(String keyPrefix)
The prefix value of the location within the bucket that you want the information to be published to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3Destination.Builder bucket(String bucket)
The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be the owner of the Amazon S3 bucket.
bucket - The name of the Amazon S3 bucket you want to associate with the streaming video project. You must be
the owner of the Amazon S3 bucket.S3Destination.Builder keyPrefix(String keyPrefix)
The prefix value of the location within the bucket that you want the information to be published to. For more information, see Using prefixes.
keyPrefix - The prefix value of the location within the bucket that you want the information to be published to.
For more information, see Using prefixes.Copyright © 2023. All rights reserved.