Class CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointConfigurationProperty>
- Enclosing interface:
CfnDeliveryStream.HttpEndpointConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointConfigurationProperty>
A builder for
CfnDeliveryStream.HttpEndpointConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getAccessKey()
build()
Builds the configured instance.Sets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getName()
Sets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
url
@Stability(Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder url(String url) Sets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getUrl()
- Parameters:
url
- The URL of the HTTP endpoint selected as the destination. This parameter is required.- Returns:
this
-
accessKey
@Stability(Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder accessKey(String accessKey) Sets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getAccessKey()
- Parameters:
accessKey
- The access key required for Kinesis Firehose to authenticate with the HTTP endpoint selected as the destination.- Returns:
this
-
name
@Stability(Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder name(String name) Sets the value ofCfnDeliveryStream.HttpEndpointConfigurationProperty.getName()
- Parameters:
name
- The name of the HTTP endpoint selected as the destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDeliveryStream.HttpEndpointConfigurationProperty>
- Returns:
- a new instance of
CfnDeliveryStream.HttpEndpointConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-