@Generated(value="software.amazon.awssdk:codegen") public final class InputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
The input properties for an entities detection job. This includes the name of the S3 bucket and the path to the files to be analyzed.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Bucket()
The URI of the S3 bucket that contains the input data.
|
String |
s3Key()
The path to the input data files in the S3 bucket.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDataConfig.Builder> |
serializableBuilderClass() |
InputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String s3Bucket()
The URI of the S3 bucket that contains the input data. The bucket must be in the same region as the API endpoint that you are calling.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
Each file in the document collection must be less than 40 KB. You can store a maximum of 30 GB in the bucket.
public final String s3Key()
The path to the input data files in the S3 bucket.
public InputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>public static InputDataConfig.Builder builder()
public static Class<? extends InputDataConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.