Uses of Interface
software.amazon.awssdk.services.backupsearch.model.S3ExportSpecification.Builder
-
Packages that use S3ExportSpecification.Builder Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of S3ExportSpecification.Builder in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return S3ExportSpecification.Builder Modifier and Type Method Description static S3ExportSpecification.BuilderS3ExportSpecification. builder()S3ExportSpecification.BuilderS3ExportSpecification.Builder. destinationBucket(String destinationBucket)This specifies the destination Amazon S3 bucket for the export job.S3ExportSpecification.BuilderS3ExportSpecification.Builder. destinationPrefix(String destinationPrefix)This specifies the prefix for the destination Amazon S3 bucket for the export job.S3ExportSpecification.BuilderS3ExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type S3ExportSpecification.Builder Modifier and Type Method Description static Class<? extends S3ExportSpecification.Builder>S3ExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type S3ExportSpecification.Builder Modifier and Type Method Description static ExportSpecificationExportSpecification. fromS3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification)Create an instance of this class withExportSpecification.s3ExportSpecification()initialized to the given value.default ExportSpecification.BuilderExportSpecification.Builder. s3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification)This specifies the destination Amazon S3 bucket for the export job.
-