public static interface RecommendationJobPayloadConfig.Builder extends SdkPojo, CopyableBuilder<RecommendationJobPayloadConfig.Builder,RecommendationJobPayloadConfig>
| Modifier and Type | Method and Description |
|---|---|
RecommendationJobPayloadConfig.Builder |
samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.
|
RecommendationJobPayloadConfig.Builder |
supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
|
RecommendationJobPayloadConfig.Builder |
supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommendationJobPayloadConfig.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).
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).RecommendationJobPayloadConfig.Builder supportedContentTypes(Collection<String> supportedContentTypes)
The supported MIME types for the input data.
supportedContentTypes - The supported MIME types for the input data.RecommendationJobPayloadConfig.Builder supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.
supportedContentTypes - The supported MIME types for the input data.Copyright © 2022. All rights reserved.