Class VectorEnrichmentJobInputConfig
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobInputConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VectorEnrichmentJobInputConfig.Builder,VectorEnrichmentJobInputConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVectorEnrichmentJobInputConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VectorEnrichmentJobInputConfig.Builderbuilder()VectorEnrichmentJobDataSourceConfigInputdataSourceConfig()The input structure for the data source that represents the storage type of the input data objects.VectorEnrichmentJobDocumentTypedocumentType()The input structure that defines the data source file type.StringdocumentTypeAsString()The input structure that defines the data source file type.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VectorEnrichmentJobInputConfig.Builder>serializableBuilderClass()VectorEnrichmentJobInputConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dataSourceConfig
public final VectorEnrichmentJobDataSourceConfigInput dataSourceConfig()
The input structure for the data source that represents the storage type of the input data objects.
- Returns:
- The input structure for the data source that represents the storage type of the input data objects.
-
documentType
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,
documentTypewill returnVectorEnrichmentJobDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdocumentTypeAsString().- Returns:
- The input structure that defines the data source file type.
- See Also:
VectorEnrichmentJobDocumentType
-
documentTypeAsString
public 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,
documentTypewill returnVectorEnrichmentJobDocumentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdocumentTypeAsString().- Returns:
- The input structure that defines the data source file type.
- See Also:
VectorEnrichmentJobDocumentType
-
toBuilder
public VectorEnrichmentJobInputConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VectorEnrichmentJobInputConfig.Builder,VectorEnrichmentJobInputConfig>
-
builder
public static VectorEnrichmentJobInputConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends VectorEnrichmentJobInputConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-