Class CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributeName(String attributeName) attributeValue(String attributeValue) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributeName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.Builder attributeName(String attributeName) Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.getAttributeName()- Parameters:
attributeName- The name of the HTTP endpoint common attribute.- Returns:
this
-
attributeValue
@Stability(Stable) public CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.Builder attributeValue(String attributeValue) Sets the value ofCfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty.getAttributeValue()- Parameters:
attributeValue- The value of the HTTP endpoint common attribute.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.HttpEndpointCommonAttributeProperty - Throws:
NullPointerException- if any required attribute was not provided
-