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