@Stability(value=Stable) public static final class CfnDomainName.EndpointConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainName.EndpointConfigurationProperty>
CfnDomainName.EndpointConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDomainName.EndpointConfigurationProperty |
build()
Builds the configured instance.
|
CfnDomainName.EndpointConfigurationProperty.Builder |
types(List<String> types)
Sets the value of
CfnDomainName.EndpointConfigurationProperty.getTypes() |
@Stability(value=Stable) public CfnDomainName.EndpointConfigurationProperty.Builder types(List<String> types)
CfnDomainName.EndpointConfigurationProperty.getTypes()types - A list of endpoint types of an API or its custom domain name.
For an edge-optimized API and its custom domain name, the endpoint type is EDGE . For a regional API and its custom domain name, the endpoint type is REGIONAL .this@Stability(value=Stable) public CfnDomainName.EndpointConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDomainName.EndpointConfigurationProperty>CfnDomainName.EndpointConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.