@Generated(value="software.amazon.awssdk:codegen") public final class VectorEnrichmentJobInputConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobInputConfig.Builder,VectorEnrichmentJobInputConfig>
The input structure for the InputConfig in a VectorEnrichmentJob.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VectorEnrichmentJobInputConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VectorEnrichmentJobInputConfig.Builder |
builder() |
VectorEnrichmentJobDataSourceConfigInput |
dataSourceConfig()
The input structure for the data source that represents the storage type of the input data objects.
|
VectorEnrichmentJobDocumentType |
documentType()
The input structure that defines the data source file type.
|
String |
documentTypeAsString()
The input structure that defines the data source file type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VectorEnrichmentJobInputConfig.Builder> |
serializableBuilderClass() |
VectorEnrichmentJobInputConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VectorEnrichmentJobDataSourceConfigInput dataSourceConfig()
The input structure for the data source that represents the storage type of the input data objects.
public final VectorEnrichmentJobDocumentType documentType()
The input structure that defines the data source file type.
If the service returns an enum value that is not available in the current SDK version, documentType will
return VectorEnrichmentJobDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from documentTypeAsString().
VectorEnrichmentJobDocumentTypepublic final String documentTypeAsString()
The input structure that defines the data source file type.
If the service returns an enum value that is not available in the current SDK version, documentType will
return VectorEnrichmentJobDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from documentTypeAsString().
VectorEnrichmentJobDocumentTypepublic VectorEnrichmentJobInputConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VectorEnrichmentJobInputConfig.Builder,VectorEnrichmentJobInputConfig>public static VectorEnrichmentJobInputConfig.Builder builder()
public static Class<? extends VectorEnrichmentJobInputConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.