public static interface Source.Builder extends SdkPojo, CopyableBuilder<Source.Builder,Source>
Modifier and Type | Method and Description |
---|---|
default Source.Builder |
s3(Consumer<S3Source.Builder> s3)
The
S3Source object. |
Source.Builder |
s3(S3Source s3)
The
S3Source object. |
copy
applyMutation, build
Source.Builder s3(S3Source s3)
The S3Source
object.
s3
- The S3Source
object.default Source.Builder s3(Consumer<S3Source.Builder> s3)
The S3Source
object.
S3Source.Builder
avoiding the need to create
one manually via S3Source.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result is
passed to s3(S3Source)
.s3
- a consumer that will call methods on S3Source.Builder
s3(S3Source)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.