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 method that creates an instance of theHttpEndpointCommonAttribute.Builder avoiding the need
to create one manually via
HttpEndpointCommonAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #commonAttributes(List.
commonAttributes - a consumer that will call methods on
HttpEndpointCommonAttribute.Builder#commonAttributes(java.util.Collection) Copyright © 2023. All rights reserved.