public static interface S3SourceProperties.Builder extends SdkPojo, CopyableBuilder<S3SourceProperties.Builder,S3SourceProperties>
| Modifier and Type | Method and Description |
|---|---|
S3SourceProperties.Builder |
bucketName(String bucketName)
The Amazon S3 bucket name where the source files are stored.
|
S3SourceProperties.Builder |
bucketPrefix(String bucketPrefix)
The object key for the Amazon S3 bucket in which the source files are stored.
|
default S3SourceProperties.Builder |
s3InputFormatConfig(Consumer<S3InputFormatConfig.Builder> s3InputFormatConfig)
Sets the value of the S3InputFormatConfig property for this object.
|
S3SourceProperties.Builder |
s3InputFormatConfig(S3InputFormatConfig s3InputFormatConfig)
Sets the value of the S3InputFormatConfig property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3SourceProperties.Builder bucketName(String bucketName)
The Amazon S3 bucket name where the source files are stored.
bucketName - The Amazon S3 bucket name where the source files are stored.S3SourceProperties.Builder bucketPrefix(String bucketPrefix)
The object key for the Amazon S3 bucket in which the source files are stored.
bucketPrefix - The object key for the Amazon S3 bucket in which the source files are stored.S3SourceProperties.Builder s3InputFormatConfig(S3InputFormatConfig s3InputFormatConfig)
s3InputFormatConfig - The new value for the S3InputFormatConfig property for this object.default S3SourceProperties.Builder s3InputFormatConfig(Consumer<S3InputFormatConfig.Builder> s3InputFormatConfig)
S3InputFormatConfig.Builder avoiding the
need to create one manually via S3InputFormatConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3InputFormatConfig(S3InputFormatConfig).
s3InputFormatConfig - a consumer that will call methods on S3InputFormatConfig.Builders3InputFormatConfig(S3InputFormatConfig)Copyright © 2022. All rights reserved.