Class S3DataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.personalize.model.S3DataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3DataConfig.Builder,S3DataConfig>
@Generated("software.amazon.awssdk:codegen") public final class S3DataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DataConfig.Builder,S3DataConfig>
The configuration details of an Amazon S3 input or output bucket.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3DataConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3DataConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.Stringpath()The file path of the Amazon S3 bucket.List<SdkField<?>>sdkFields()static Class<? extends S3DataConfig.Builder>serializableBuilderClass()S3DataConfig.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
-
path
public final String path()
The file path of the Amazon S3 bucket.
- Returns:
- The file path of the Amazon S3 bucket.
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
- Returns:
- The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
-
toBuilder
public S3DataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3DataConfig.Builder,S3DataConfig>
-
builder
public static S3DataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3DataConfig.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.
-
-