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