public static interface DocumentLocation.Builder extends SdkPojo, CopyableBuilder<DocumentLocation.Builder,DocumentLocation>
| Modifier and Type | Method and Description |
|---|---|
default DocumentLocation.Builder |
s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket that contains the input document.
|
DocumentLocation.Builder |
s3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDocumentLocation.Builder s3Object(S3Object s3Object)
The Amazon S3 bucket that contains the input document.
s3Object - The Amazon S3 bucket that contains the input document.default DocumentLocation.Builder s3Object(Consumer<S3Object.Builder> s3Object)
The Amazon S3 bucket that contains the input document.
This is a convenience method that creates an instance of theS3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to s3Object(S3Object).
s3Object - a consumer that will call methods on S3Object.Builders3Object(S3Object)Copyright © 2023. All rights reserved.