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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationJobPayloadConfig.Builder
samplePayloadUrl(String samplePayloadUrl)
The Amazon Simple Storage Service (Amazon S3) path where the sample payload is stored.RecommendationJobPayloadConfig.Builder
supportedContentTypes(String... supportedContentTypes)
The supported MIME types for the input data.RecommendationJobPayloadConfig.Builder
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-