Class S3SourceProperties
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.S3SourceProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3SourceProperties.Builder,S3SourceProperties>
@Generated("software.amazon.awssdk:codegen") public final class S3SourceProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3SourceProperties.Builder,S3SourceProperties>
The properties that are applied when Amazon S3 is being used as the flow source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3SourceProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The Amazon S3 bucket name where the source files are stored.StringbucketPrefix()The object key for the Amazon S3 bucket in which the source files are stored.static S3SourceProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3SourceProperties.Builder>serializableBuilderClass()S3SourceProperties.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
-
bucketName
public final String bucketName()
The Amazon S3 bucket name where the source files are stored.
- Returns:
- The Amazon S3 bucket name where the source files are stored.
-
bucketPrefix
public final String bucketPrefix()
The object key for the Amazon S3 bucket in which the source files are stored.
- Returns:
- The object key for the Amazon S3 bucket in which the source files are stored.
-
toBuilder
public S3SourceProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3SourceProperties.Builder,S3SourceProperties>
-
builder
public static S3SourceProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3SourceProperties.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.
-
-