Class ExportS3DataInput
- java.lang.Object
-
- software.amazon.awssdk.services.sagemakergeospatial.model.ExportS3DataInput
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportS3DataInput.Builder,ExportS3DataInput>
@Generated("software.amazon.awssdk:codegen") public final class ExportS3DataInput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportS3DataInput.Builder,ExportS3DataInput>
The structure containing the Amazon S3 path to export the Earth Observation job output.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportS3DataInput.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportS3DataInput.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 input.List<SdkField<?>>sdkFields()static Class<? extends ExportS3DataInput.Builder>serializableBuilderClass()ExportS3DataInput.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 input.
- Returns:
- The URL to the Amazon S3 data input.
-
toBuilder
public ExportS3DataInput.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportS3DataInput.Builder,ExportS3DataInput>
-
builder
public static ExportS3DataInput.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportS3DataInput.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.
-
-