public static interface CreateExportJobRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateExportJobRequest.Builder,CreateExportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateExportJobRequest.Builder |
exportDataSource(Consumer<ExportDataSource.Builder> exportDataSource)
The data source for the export job.
|
CreateExportJobRequest.Builder |
exportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
|
default CreateExportJobRequest.Builder |
exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination for the export job.
|
CreateExportJobRequest.Builder |
exportDestination(ExportDestination exportDestination)
The destination for the export job.
|
CreateExportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExportJobRequest.Builder exportDataSource(ExportDataSource exportDataSource)
The data source for the export job.
exportDataSource - The data source for the export job.default CreateExportJobRequest.Builder exportDataSource(Consumer<ExportDataSource.Builder> exportDataSource)
The data source for the export job.
This is a convenience method that creates an instance of theExportDataSource.Builder avoiding the
need to create one manually via ExportDataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportDataSource(ExportDataSource).
exportDataSource - a consumer that will call methods on ExportDataSource.BuilderexportDataSource(ExportDataSource)CreateExportJobRequest.Builder exportDestination(ExportDestination exportDestination)
The destination for the export job.
exportDestination - The destination for the export job.default CreateExportJobRequest.Builder exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination for the export job.
This is a convenience method that creates an instance of theExportDestination.Builder avoiding the
need to create one manually via ExportDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to exportDestination(ExportDestination).
exportDestination - a consumer that will call methods on ExportDestination.BuilderexportDestination(ExportDestination)CreateExportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.