@Stability(value=Stable) public static final class CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointRequestConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder |
commonAttributes(IResolvable commonAttributes)
|
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder |
commonAttributes(List<? extends Object> commonAttributes)
|
CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder |
contentEncoding(String contentEncoding)
|
@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder commonAttributes(IResolvable commonAttributes)
commonAttributes - Describes the metadata sent to the HTTP endpoint destination.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder commonAttributes(List<? extends Object> commonAttributes)
commonAttributes - Describes the metadata sent to the HTTP endpoint destination.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointRequestConfigurationProperty.Builder contentEncoding(String 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.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointRequestConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointRequestConfigurationProperty>CfnDeliveryStream.HttpEndpointRequestConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.