Uses of Interface
software.amazon.awssdk.services.appflow.model.S3DestinationProperties.Builder
-
Packages that use S3DestinationProperties.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of S3DestinationProperties.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return S3DestinationProperties.Builder Modifier and Type Method Description S3DestinationProperties.BuilderS3DestinationProperties.Builder. bucketName(String bucketName)The Amazon S3 bucket name in which Amazon AppFlow places the transferred data.S3DestinationProperties.BuilderS3DestinationProperties.Builder. bucketPrefix(String bucketPrefix)The object key for the destination bucket in which Amazon AppFlow places the files.static S3DestinationProperties.BuilderS3DestinationProperties. builder()default S3DestinationProperties.BuilderS3DestinationProperties.Builder. s3OutputFormatConfig(Consumer<S3OutputFormatConfig.Builder> s3OutputFormatConfig)Sets the value of the S3OutputFormatConfig property for this object.S3DestinationProperties.BuilderS3DestinationProperties.Builder. s3OutputFormatConfig(S3OutputFormatConfig s3OutputFormatConfig)Sets the value of the S3OutputFormatConfig property for this object.S3DestinationProperties.BuilderS3DestinationProperties. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type S3DestinationProperties.Builder Modifier and Type Method Description static Class<? extends S3DestinationProperties.Builder>S3DestinationProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type S3DestinationProperties.Builder Modifier and Type Method Description default DestinationConnectorProperties.BuilderDestinationConnectorProperties.Builder. s3(Consumer<S3DestinationProperties.Builder> s3)The properties required to query Amazon S3.
-