public static interface GetExportJobResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetExportJobResponse.Builder,GetExportJobResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExportJobResponse.Builder |
completedTimestamp(Instant completedTimestamp)
The timestamp of when the export job was completed.
|
GetExportJobResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of when the export job was created.
|
default GetExportJobResponse.Builder |
exportDataSource(Consumer<ExportDataSource.Builder> exportDataSource)
The data source of the export job.
|
GetExportJobResponse.Builder |
exportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
|
default GetExportJobResponse.Builder |
exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination of the export job.
|
GetExportJobResponse.Builder |
exportDestination(ExportDestination exportDestination)
The destination of the export job.
|
GetExportJobResponse.Builder |
exportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
|
GetExportJobResponse.Builder |
exportSourceType(String exportSourceType)
The type of source of the export job.
|
default GetExportJobResponse.Builder |
failureInfo(Consumer<FailureInfo.Builder> failureInfo)
The failure details about an export job.
|
GetExportJobResponse.Builder |
failureInfo(FailureInfo failureInfo)
The failure details about an export job.
|
GetExportJobResponse.Builder |
jobId(String jobId)
The export job ID.
|
GetExportJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the export job.
|
GetExportJobResponse.Builder |
jobStatus(String jobStatus)
The status of the export job.
|
default GetExportJobResponse.Builder |
statistics(Consumer<ExportStatistics.Builder> statistics)
The statistics about the export job.
|
GetExportJobResponse.Builder |
statistics(ExportStatistics statistics)
The statistics about the export job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExportJobResponse.Builder jobId(String jobId)
The export job ID.
jobId - The export job ID.GetExportJobResponse.Builder exportSourceType(String exportSourceType)
The type of source of the export job.
exportSourceType - The type of source of the export job.ExportSourceType,
ExportSourceTypeGetExportJobResponse.Builder exportSourceType(ExportSourceType exportSourceType)
The type of source of the export job.
exportSourceType - The type of source of the export job.ExportSourceType,
ExportSourceTypeGetExportJobResponse.Builder jobStatus(String jobStatus)
The status of the export job.
GetExportJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the export job.
GetExportJobResponse.Builder exportDestination(ExportDestination exportDestination)
The destination of the export job.
exportDestination - The destination of the export job.default GetExportJobResponse.Builder exportDestination(Consumer<ExportDestination.Builder> exportDestination)
The destination of 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)GetExportJobResponse.Builder exportDataSource(ExportDataSource exportDataSource)
The data source of the export job.
exportDataSource - The data source of the export job.default GetExportJobResponse.Builder exportDataSource(Consumer<ExportDataSource.Builder> exportDataSource)
The data source of 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)GetExportJobResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of when the export job was created.
createdTimestamp - The timestamp of when the export job was created.GetExportJobResponse.Builder completedTimestamp(Instant completedTimestamp)
The timestamp of when the export job was completed.
completedTimestamp - The timestamp of when the export job was completed.GetExportJobResponse.Builder failureInfo(FailureInfo failureInfo)
The failure details about an export job.
failureInfo - The failure details about an export job.default GetExportJobResponse.Builder failureInfo(Consumer<FailureInfo.Builder> failureInfo)
The failure details about an export job.
This is a convenience method that creates an instance of theFailureInfo.Builder avoiding the need to
create one manually via FailureInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to failureInfo(FailureInfo).
failureInfo - a consumer that will call methods on FailureInfo.BuilderfailureInfo(FailureInfo)GetExportJobResponse.Builder statistics(ExportStatistics statistics)
The statistics about the export job.
statistics - The statistics about the export job.default GetExportJobResponse.Builder statistics(Consumer<ExportStatistics.Builder> statistics)
The statistics about the export job.
This is a convenience method that creates an instance of theExportStatistics.Builder avoiding the
need to create one manually via ExportStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to statistics(ExportStatistics).
statistics - a consumer that will call methods on ExportStatistics.Builderstatistics(ExportStatistics)Copyright © 2023. All rights reserved.