public static interface RecommendationExportJob.Builder extends SdkPojo, CopyableBuilder<RecommendationExportJob.Builder,RecommendationExportJob>
| Modifier and Type | Method and Description |
|---|---|
RecommendationExportJob.Builder |
creationTimestamp(Instant creationTimestamp)
The timestamp of when the export job was created.
|
default RecommendationExportJob.Builder |
destination(Consumer<ExportDestination.Builder> destination)
An object that describes the destination of the export file.
|
RecommendationExportJob.Builder |
destination(ExportDestination destination)
An object that describes the destination of the export file.
|
RecommendationExportJob.Builder |
failureReason(String failureReason)
The reason for an export job failure.
|
RecommendationExportJob.Builder |
jobId(String jobId)
The identification number of the export job.
|
RecommendationExportJob.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The timestamp of when the export job was last updated.
|
RecommendationExportJob.Builder |
resourceType(ResourceType resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob.Builder |
resourceType(String resourceType)
The resource type of the exported recommendations.
|
RecommendationExportJob.Builder |
status(JobStatus status)
The status of the export job.
|
RecommendationExportJob.Builder |
status(String status)
The status of the export job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationExportJob.Builder jobId(String jobId)
The identification number of the export job.
jobId - The identification number of the export job.RecommendationExportJob.Builder destination(ExportDestination destination)
An object that describes the destination of the export file.
destination - An object that describes the destination of the export file.default RecommendationExportJob.Builder destination(Consumer<ExportDestination.Builder> destination)
An object that describes the destination of the export file.
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 destination(ExportDestination).
destination - a consumer that will call methods on ExportDestination.Builderdestination(ExportDestination)RecommendationExportJob.Builder resourceType(String resourceType)
The resource type of the exported recommendations.
resourceType - The resource type of the exported recommendations.ResourceType,
ResourceTypeRecommendationExportJob.Builder resourceType(ResourceType resourceType)
The resource type of the exported recommendations.
resourceType - The resource type of the exported recommendations.ResourceType,
ResourceTypeRecommendationExportJob.Builder status(String status)
The status of the export job.
RecommendationExportJob.Builder status(JobStatus status)
The status of the export job.
RecommendationExportJob.Builder creationTimestamp(Instant creationTimestamp)
The timestamp of when the export job was created.
creationTimestamp - The timestamp of when the export job was created.RecommendationExportJob.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The timestamp of when the export job was last updated.
lastUpdatedTimestamp - The timestamp of when the export job was last updated.RecommendationExportJob.Builder failureReason(String failureReason)
The reason for an export job failure.
failureReason - The reason for an export job failure.Copyright © 2023. All rights reserved.