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 Details

    • csvContentTypes

      CaptureContentTypeHeader.Builder csvContentTypes(Collection<String> csvContentTypes)

      The list of all content type headers that Amazon SageMaker will treat as CSV and capture accordingly.

      Parameters:
      csvContentTypes - The list of all content type headers that Amazon SageMaker 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 will treat as CSV and capture accordingly.

      Parameters:
      csvContentTypes - The list of all content type headers that Amazon SageMaker 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 will treat as JSON and capture accordingly.

      Parameters:
      jsonContentTypes - The list of all content type headers that SageMaker 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 will treat as JSON and capture accordingly.

      Parameters:
      jsonContentTypes - The list of all content type headers that SageMaker will treat as JSON and capture accordingly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.