Class CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.getName()Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.getUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
accessKey
@Stability(Stable) public CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder accessKey(String accessKey) - 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 CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder name(String name) Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.getName()- Parameters:
name- The name of the HTTP endpoint selected as the destination.- Returns:
this
-
url
@Stability(Stable) public CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.Builder url(String url) Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty.getUrl()- Parameters:
url- The URL of the HTTP endpoint selected as the destination.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.HttpEndpointConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-