public static interface ReferenceFiles.Builder extends SdkPojo, CopyableBuilder<ReferenceFiles.Builder,ReferenceFiles>
| Modifier and Type | Method and Description |
|---|---|
default ReferenceFiles.Builder |
index(Consumer<FileInformation.Builder> index)
The files' index.
|
ReferenceFiles.Builder |
index(FileInformation index)
The files' index.
|
default ReferenceFiles.Builder |
source(Consumer<FileInformation.Builder> source)
The source file's location in Amazon S3.
|
ReferenceFiles.Builder |
source(FileInformation source)
The source file's location in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReferenceFiles.Builder source(FileInformation source)
The source file's location in Amazon S3.
source - The source file's location in Amazon S3.default ReferenceFiles.Builder source(Consumer<FileInformation.Builder> source)
The source file's location 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 source(FileInformation).
source - a consumer that will call methods on FileInformation.Buildersource(FileInformation)ReferenceFiles.Builder index(FileInformation index)
The files' index.
index - The files' index.default ReferenceFiles.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.