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 interface
UpsolverDestinationProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
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:
toBuilder
in 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:
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.
-
-