Interface CaptureContentTypeHeader.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CaptureContentTypeHeader.Builder,CaptureContentTypeHeader>,SdkBuilder<CaptureContentTypeHeader.Builder,CaptureContentTypeHeader>,SdkPojo
- Enclosing class:
- CaptureContentTypeHeader
public static interface CaptureContentTypeHeader.Builder extends SdkPojo, CopyableBuilder<CaptureContentTypeHeader.Builder,CaptureContentTypeHeader>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CaptureContentTypeHeader.BuildercsvContentTypes(String... csvContentTypes)The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.CaptureContentTypeHeader.BuildercsvContentTypes(Collection<String> csvContentTypes)The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.CaptureContentTypeHeader.BuilderjsonContentTypes(String... jsonContentTypes)The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.CaptureContentTypeHeader.BuilderjsonContentTypes(Collection<String> jsonContentTypes)The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.-
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
-
csvContentTypes
CaptureContentTypeHeader.Builder csvContentTypes(Collection<String> csvContentTypes)
The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.
- Parameters:
csvContentTypes- The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csvContentTypes
CaptureContentTypeHeader.Builder csvContentTypes(String... csvContentTypes)
The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.
- Parameters:
csvContentTypes- The list of all content type headers that Amazon SageMaker AI will treat as CSV and capture accordingly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jsonContentTypes
CaptureContentTypeHeader.Builder jsonContentTypes(Collection<String> jsonContentTypes)
The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.
- Parameters:
jsonContentTypes- The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jsonContentTypes
CaptureContentTypeHeader.Builder jsonContentTypes(String... jsonContentTypes)
The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.
- Parameters:
jsonContentTypes- The list of all content type headers that SageMaker AI will treat as JSON and capture accordingly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-