Interface HttpEndpointRequestConfiguration.Builder

    • Method Detail

      • contentEncoding

        HttpEndpointRequestConfiguration.Builder contentEncoding​(String contentEncoding)

        Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.

        Parameters:
        contentEncoding - Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContentEncoding, ContentEncoding
      • contentEncoding

        HttpEndpointRequestConfiguration.Builder contentEncoding​(ContentEncoding contentEncoding)

        Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.

        Parameters:
        contentEncoding - Kinesis Data Firehose uses the content encoding to compress the body of a request before sending the request to the destination. For more information, see Content-Encoding in MDN Web Docs, the official Mozilla documentation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ContentEncoding, ContentEncoding
      • commonAttributes

        HttpEndpointRequestConfiguration.Builder commonAttributes​(HttpEndpointCommonAttribute... commonAttributes)

        Describes the metadata sent to the HTTP endpoint destination.

        Parameters:
        commonAttributes - Describes the metadata sent to the HTTP endpoint destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.