public static interface HttpEndpointRequestConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpEndpointRequestConfiguration.Builder,HttpEndpointRequestConfiguration>
| Modifier and Type | Method and Description |
|---|---|
HttpEndpointRequestConfiguration.Builder |
commonAttributes(Collection<HttpEndpointCommonAttribute> commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
|
HttpEndpointRequestConfiguration.Builder |
commonAttributes(Consumer<HttpEndpointCommonAttribute.Builder>... commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
|
HttpEndpointRequestConfiguration.Builder |
commonAttributes(HttpEndpointCommonAttribute... commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
|
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.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpEndpointRequestConfiguration.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.
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.ContentEncoding,
ContentEncodingHttpEndpointRequestConfiguration.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.
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.ContentEncoding,
ContentEncodingHttpEndpointRequestConfiguration.Builder commonAttributes(Collection<HttpEndpointCommonAttribute> commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
commonAttributes - Describes the metadata sent to the HTTP endpoint destination.HttpEndpointRequestConfiguration.Builder commonAttributes(HttpEndpointCommonAttribute... commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
commonAttributes - Describes the metadata sent to the HTTP endpoint destination.HttpEndpointRequestConfiguration.Builder commonAttributes(Consumer<HttpEndpointCommonAttribute.Builder>... commonAttributes)
Describes the metadata sent to the HTTP endpoint destination.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #commonAttributes(List) .commonAttributes - a consumer that will call methods on List.Builder #commonAttributes(List) Copyright © 2021. All rights reserved.