public static interface Video.Builder extends SdkPojo, CopyableBuilder<Video.Builder,Video>
Modifier and Type | Method and Description |
---|---|
default Video.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket name and file name for the video.
|
Video.Builder |
s3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
|
copy
applyMutation, build
Video.Builder s3Object(S3Object s3Object)
The Amazon S3 bucket name and file name for the video.
s3Object
- The Amazon S3 bucket name and file name for the video.default Video.Builder s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket name and file name for the video.
This is a convenience that creates an instance of theS3Object.Builder
avoiding the need to create
one manually via S3Object.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to s3Object(S3Object)
.s3Object
- a consumer that will call methods on S3Object.Builder
s3Object(S3Object)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.