Interface RecommendationExportJob.Builder

    • Method Detail

      • jobId

        RecommendationExportJob.Builder jobId​(String jobId)

        The identification number of the export job.

        Parameters:
        jobId - The identification number of the export job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        RecommendationExportJob.Builder destination​(ExportDestination destination)

        An object that describes the destination of the export file.

        Parameters:
        destination - An object that describes the destination of the export file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        RecommendationExportJob.Builder resourceType​(String resourceType)

        The resource type of the exported recommendations.

        Parameters:
        resourceType - The resource type of the exported recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resourceType

        RecommendationExportJob.Builder resourceType​(ResourceType resourceType)

        The resource type of the exported recommendations.

        Parameters:
        resourceType - The resource type of the exported recommendations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • creationTimestamp

        RecommendationExportJob.Builder creationTimestamp​(Instant creationTimestamp)

        The timestamp of when the export job was created.

        Parameters:
        creationTimestamp - The timestamp of when the export job was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTimestamp

        RecommendationExportJob.Builder lastUpdatedTimestamp​(Instant lastUpdatedTimestamp)

        The timestamp of when the export job was last updated.

        Parameters:
        lastUpdatedTimestamp - The timestamp of when the export job was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        RecommendationExportJob.Builder failureReason​(String failureReason)

        The reason for an export job failure.

        Parameters:
        failureReason - The reason for an export job failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.