Class S3SourceProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.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 interface
S3SourceProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
bucketName()
The Amazon S3 bucket name where the source files are stored.String
bucketPrefix()
The object key for the Amazon S3 bucket in which the source files are stored.static S3SourceProperties.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
S3InputFormatConfig
s3InputFormatConfig()
Returns the value of the S3InputFormatConfig property for this object.List<SdkField<?>>
sdkFields()
static Class<? extends S3SourceProperties.Builder>
serializableBuilderClass()
S3SourceProperties.Builder
toBuilder()
String
toString()
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.
-
s3InputFormatConfig
public final S3InputFormatConfig s3InputFormatConfig()
Returns the value of the S3InputFormatConfig property for this object.- Returns:
- The value of the S3InputFormatConfig property for this object.
-
toBuilder
public S3SourceProperties.Builder toBuilder()
- Specified by:
toBuilder
in 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:
equalsBySdkFields
in 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.
-
-