Class VectorEnrichmentJobS3Data
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.VectorEnrichmentJobS3Data
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>
@Generated("software.amazon.awssdk:codegen") public final class VectorEnrichmentJobS3Data extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>
The Amazon S3 data for the Vector Enrichment job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVectorEnrichmentJobS3Data.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VectorEnrichmentJobS3Data.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()The Key Management Service key ID for server-side encryption.Strings3Uri()The URL to the Amazon S3 data for the Vector Enrichment job.List<SdkField<?>>sdkFields()static Class<? extends VectorEnrichmentJobS3Data.Builder>serializableBuilderClass()VectorEnrichmentJobS3Data.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
-
kmsKeyId
public final String kmsKeyId()
The Key Management Service key ID for server-side encryption.
- Returns:
- The Key Management Service key ID for server-side encryption.
-
s3Uri
public final String s3Uri()
The URL to the Amazon S3 data for the Vector Enrichment job.
- Returns:
- The URL to the Amazon S3 data for the Vector Enrichment job.
-
toBuilder
public VectorEnrichmentJobS3Data.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VectorEnrichmentJobS3Data.Builder,VectorEnrichmentJobS3Data>
-
builder
public static VectorEnrichmentJobS3Data.Builder builder()
-
serializableBuilderClass
public static Class<? extends VectorEnrichmentJobS3Data.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.
-
-