Interface RecommendationJobPayloadConfig.Builder

  • Method Details

    • samplePayloadUrl

      RecommendationJobPayloadConfig.Builder samplePayloadUrl(String samplePayloadUrl)

      The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

      Parameters:
      samplePayloadUrl - The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedContentTypes

      RecommendationJobPayloadConfig.Builder supportedContentTypes(Collection<String> supportedContentTypes)

      The supported MIME types for the input data.

      Parameters:
      supportedContentTypes - The supported MIME types for the input data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedContentTypes

      RecommendationJobPayloadConfig.Builder supportedContentTypes(String... supportedContentTypes)

      The supported MIME types for the input data.

      Parameters:
      supportedContentTypes - The supported MIME types for the input data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.