@Stability(value=Stable) public static final class CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointConfigurationProperty>
CfnDeliveryStream.HttpEndpointConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder |
accessKey(String accessKey)
Sets the value of
CfnDeliveryStream.HttpEndpointConfigurationProperty.getAccessKey() |
CfnDeliveryStream.HttpEndpointConfigurationProperty |
build()
Builds the configured instance.
|
CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder |
name(String name)
Sets the value of
CfnDeliveryStream.HttpEndpointConfigurationProperty.getName() |
CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder |
url(String url)
Sets the value of
CfnDeliveryStream.HttpEndpointConfigurationProperty.getUrl() |
@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder url(String url)
CfnDeliveryStream.HttpEndpointConfigurationProperty.getUrl()url - The URL of the HTTP endpoint selected as the destination. This parameter is required.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder accessKey(String accessKey)
CfnDeliveryStream.HttpEndpointConfigurationProperty.getAccessKey()accessKey - The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder name(String name)
CfnDeliveryStream.HttpEndpointConfigurationProperty.getName()name - The name of the HTTP endpoint selected as the destination.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointConfigurationProperty>CfnDeliveryStream.HttpEndpointConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.