Interface RecommendationJobPayloadConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RecommendationJobPayloadConfig.Builder,
,RecommendationJobPayloadConfig> SdkBuilder<RecommendationJobPayloadConfig.Builder,
,RecommendationJobPayloadConfig> SdkPojo
- Enclosing class:
RecommendationJobPayloadConfig
public static interface RecommendationJobPayloadConfig.Builder
extends SdkPojo, CopyableBuilder<RecommendationJobPayloadConfig.Builder,RecommendationJobPayloadConfig>
-
Method Summary
Modifier and TypeMethodDescriptionsamplePayloadUrl
(String samplePayloadUrl) The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.supportedContentTypes
(String... supportedContentTypes) The supported MIME types for the input data.supportedContentTypes
(Collection<String> supportedContentTypes) The supported MIME types for the input data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-