Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.S3Destination.Builder
-
Packages that use S3Destination.Builder Package Description software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of S3Destination.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return S3Destination.Builder Modifier and Type Method Description static S3Destination.BuilderS3Destination. builder()S3Destination.BuilderS3Destination.Builder. s3Bucket(String s3Bucket)The name of the Amazon S3 bucket used as the destination of a data export file.default S3Destination.BuilderS3Destination.Builder. s3OutputConfigurations(Consumer<S3OutputConfigurations.Builder> s3OutputConfigurations)The output configuration for the data export.S3Destination.BuilderS3Destination.Builder. s3OutputConfigurations(S3OutputConfigurations s3OutputConfigurations)The output configuration for the data export.S3Destination.BuilderS3Destination.Builder. s3Prefix(String s3Prefix)The S3 path prefix you want prepended to the name of your data export.S3Destination.BuilderS3Destination.Builder. s3Region(String s3Region)The S3 bucket Region.S3Destination.BuilderS3Destination. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type S3Destination.Builder Modifier and Type Method Description static Class<? extends S3Destination.Builder>S3Destination. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bcmdataexports.model with type arguments of type S3Destination.Builder Modifier and Type Method Description default DestinationConfigurations.BuilderDestinationConfigurations.Builder. s3Destination(Consumer<S3Destination.Builder> s3Destination)An object that describes the destination of the data exports file.
-