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