@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpsolverDestinationProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
|
String |
bucketPrefix()
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
|
static UpsolverDestinationProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
UpsolverS3OutputFormatConfig |
s3OutputFormatConfig()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketName()
The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
public final String bucketPrefix()
The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
public final UpsolverS3OutputFormatConfig s3OutputFormatConfig()
The configuration that determines how data is formatted when Upsolver is used as the flow destination.
public UpsolverDestinationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpsolverDestinationProperties.Builder,UpsolverDestinationProperties>public static UpsolverDestinationProperties.Builder builder()
public static Class<? extends UpsolverDestinationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.