@Stability(value=Stable) public static final class CfnAsset.EgressEndpointProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAsset.EgressEndpointProperty>
CfnAsset.EgressEndpointProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAsset.EgressEndpointProperty |
build()
Builds the configured instance.
|
CfnAsset.EgressEndpointProperty.Builder |
packagingConfigurationId(String packagingConfigurationId)
Sets the value of
CfnAsset.EgressEndpointProperty.getPackagingConfigurationId() |
CfnAsset.EgressEndpointProperty.Builder |
url(String url)
Sets the value of
CfnAsset.EgressEndpointProperty.getUrl() |
@Stability(value=Stable) public CfnAsset.EgressEndpointProperty.Builder packagingConfigurationId(String packagingConfigurationId)
CfnAsset.EgressEndpointProperty.getPackagingConfigurationId()packagingConfigurationId - The ID of a packaging configuration that's applied to this asset. This parameter is required.this@Stability(value=Stable) public CfnAsset.EgressEndpointProperty.Builder url(String url)
CfnAsset.EgressEndpointProperty.getUrl()url - The URL that's used to request content from this endpoint. This parameter is required.this@Stability(value=Stable) public CfnAsset.EgressEndpointProperty build()
build in interface software.amazon.jsii.Builder<CfnAsset.EgressEndpointProperty>CfnAsset.EgressEndpointPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.