@Generated(value="software.amazon.awssdk:codegen") public final class VectorEnrichmentJobDataSourceConfigInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobDataSourceConfigInput.Builder,VectorEnrichmentJobDataSourceConfigInput>
The input structure for the data source that represents the storage type of the input data objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VectorEnrichmentJobDataSourceConfigInput.Builder |
static class |
VectorEnrichmentJobDataSourceConfigInput.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final VectorEnrichmentJobS3Data s3Data()
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
public VectorEnrichmentJobDataSourceConfigInput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VectorEnrichmentJobDataSourceConfigInput.Builder,VectorEnrichmentJobDataSourceConfigInput>public static VectorEnrichmentJobDataSourceConfigInput.Builder builder()
public static Class<? extends VectorEnrichmentJobDataSourceConfigInput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static VectorEnrichmentJobDataSourceConfigInput fromS3Data(VectorEnrichmentJobS3Data s3Data)
s3Data() initialized to the given value.
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
s3Data - The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data
objects.public static VectorEnrichmentJobDataSourceConfigInput fromS3Data(Consumer<VectorEnrichmentJobS3Data.Builder> s3Data)
s3Data() initialized to the given value.
The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data objects.
s3Data - The input structure for the Amazon S3 data that represents the Amazon S3 location of the input data
objects.public VectorEnrichmentJobDataSourceConfigInput.Type type()
VectorEnrichmentJobDataSourceConfigInput.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be VectorEnrichmentJobDataSourceConfigInput.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.