@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 - `CfnDeliveryStream.HttpEndpointConfigurationProperty.Url`. This parameter is required.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder accessKey(String accessKey)
CfnDeliveryStream.HttpEndpointConfigurationProperty.getAccessKey()accessKey - `CfnDeliveryStream.HttpEndpointConfigurationProperty.AccessKey`.this@Stability(value=Stable) public CfnDeliveryStream.HttpEndpointConfigurationProperty.Builder name(String name)
CfnDeliveryStream.HttpEndpointConfigurationProperty.getName()name - `CfnDeliveryStream.HttpEndpointConfigurationProperty.Name`.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 © 2021. All rights reserved.