@Generated(value="software.amazon.awssdk:codegen") public final class DocumentLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DocumentLocation.Builder,DocumentLocation>
The Amazon S3 bucket that contains the document to be processed. It's used by asynchronous operations.
The input document can be an image file in JPEG or PNG format. It can also be a file in PDF format.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentLocation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentLocation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Object |
s3Object()
The Amazon S3 bucket that contains the input document.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentLocation.Builder> |
serializableBuilderClass() |
DocumentLocation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final S3Object s3Object()
The Amazon S3 bucket that contains the input document.
public DocumentLocation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentLocation.Builder,DocumentLocation>public static DocumentLocation.Builder builder()
public static Class<? extends DocumentLocation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.