Interface S3Destination.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<S3Destination.Builder,
,S3Destination> SdkBuilder<S3Destination.Builder,
,S3Destination> SdkPojo
- Enclosing class:
S3Destination
public static interface S3Destination.Builder
extends SdkPojo, CopyableBuilder<S3Destination.Builder,S3Destination>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Amazon S3 bucket you want to associate with the streaming video project.The prefix value of the location within the bucket that you want the information to be published to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-