public static interface ReadSetFiles.Builder extends SdkPojo, CopyableBuilder<ReadSetFiles.Builder,ReadSetFiles>
| Modifier and Type | Method and Description |
|---|---|
default ReadSetFiles.Builder |
index(Consumer<FileInformation.Builder> index)
The files' index.
|
ReadSetFiles.Builder |
index(FileInformation index)
The files' index.
|
default ReadSetFiles.Builder |
source1(Consumer<FileInformation.Builder> source1)
The location of the first file in Amazon S3.
|
ReadSetFiles.Builder |
source1(FileInformation source1)
The location of the first file in Amazon S3.
|
default ReadSetFiles.Builder |
source2(Consumer<FileInformation.Builder> source2)
The location of the second file in Amazon S3.
|
ReadSetFiles.Builder |
source2(FileInformation source2)
The location of the second file in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReadSetFiles.Builder source1(FileInformation source1)
The location of the first file in Amazon S3.
source1 - The location of the first file in Amazon S3.default ReadSetFiles.Builder source1(Consumer<FileInformation.Builder> source1)
The location of the first file in Amazon S3.
This is a convenience method that creates an instance of theFileInformation.Builder avoiding the
need to create one manually via FileInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source1(FileInformation).
source1 - a consumer that will call methods on FileInformation.Buildersource1(FileInformation)ReadSetFiles.Builder source2(FileInformation source2)
The location of the second file in Amazon S3.
source2 - The location of the second file in Amazon S3.default ReadSetFiles.Builder source2(Consumer<FileInformation.Builder> source2)
The location of the second file in Amazon S3.
This is a convenience method that creates an instance of theFileInformation.Builder avoiding the
need to create one manually via FileInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to source2(FileInformation).
source2 - a consumer that will call methods on FileInformation.Buildersource2(FileInformation)ReadSetFiles.Builder index(FileInformation index)
The files' index.
index - The files' index.default ReadSetFiles.Builder index(Consumer<FileInformation.Builder> index)
The files' index.
This is a convenience method that creates an instance of theFileInformation.Builder avoiding the
need to create one manually via FileInformation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to index(FileInformation).
index - a consumer that will call methods on FileInformation.Builderindex(FileInformation)Copyright © 2023. All rights reserved.