Uses of Interface
software.amazon.awssdk.services.backupsearch.model.ExportSpecification.Builder
-
Packages that use ExportSpecification.Builder Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of ExportSpecification.Builder in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return ExportSpecification.Builder Modifier and Type Method Description static ExportSpecification.BuilderExportSpecification. builder()default ExportSpecification.BuilderExportSpecification.Builder. s3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification)This specifies the destination Amazon S3 bucket for the export job.ExportSpecification.BuilderExportSpecification.Builder. s3ExportSpecification(S3ExportSpecification s3ExportSpecification)This specifies the destination Amazon S3 bucket for the export job.ExportSpecification.BuilderExportSpecification. toBuilder()Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type ExportSpecification.Builder Modifier and Type Method Description static Class<? extends ExportSpecification.Builder>ExportSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backupsearch.model with type arguments of type ExportSpecification.Builder Modifier and Type Method Description default GetSearchResultExportJobResponse.BuilderGetSearchResultExportJobResponse.Builder. exportSpecification(Consumer<ExportSpecification.Builder> exportSpecification)The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.default StartSearchResultExportJobRequest.BuilderStartSearchResultExportJobRequest.Builder. exportSpecification(Consumer<ExportSpecification.Builder> exportSpecification)This specification contains a required string of the destination bucket; optionally, you can include the destination prefix.
-