public static interface TransformDataSource.Builder extends SdkPojo, CopyableBuilder<TransformDataSource.Builder,TransformDataSource>
| Modifier and Type | Method and Description |
|---|---|
default TransformDataSource.Builder |
s3DataSource(Consumer<TransformS3DataSource.Builder> s3DataSource)
The S3 location of the data source that is associated with a channel.
|
TransformDataSource.Builder |
s3DataSource(TransformS3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTransformDataSource.Builder s3DataSource(TransformS3DataSource s3DataSource)
The S3 location of the data source that is associated with a channel.
s3DataSource - The S3 location of the data source that is associated with a channel.default TransformDataSource.Builder s3DataSource(Consumer<TransformS3DataSource.Builder> s3DataSource)
The S3 location of the data source that is associated with a channel.
This is a convenience method that creates an instance of theTransformS3DataSource.Builder avoiding
the need to create one manually via TransformS3DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3DataSource(TransformS3DataSource).
s3DataSource - a consumer that will call methods on TransformS3DataSource.Builders3DataSource(TransformS3DataSource)Copyright © 2023. All rights reserved.