@Stability(value=Stable) public static final class CfnRestApi.EndpointConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRestApi.EndpointConfigurationProperty>
CfnRestApi.EndpointConfigurationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRestApi.EndpointConfigurationProperty |
build()
Builds the configured instance.
|
CfnRestApi.EndpointConfigurationProperty.Builder |
types(List<String> types)
Sets the value of
CfnRestApi.EndpointConfigurationProperty.getTypes() |
CfnRestApi.EndpointConfigurationProperty.Builder |
vpcEndpointIds(List<String> vpcEndpointIds)
Sets the value of
CfnRestApi.EndpointConfigurationProperty.getVpcEndpointIds() |
@Stability(value=Stable) public CfnRestApi.EndpointConfigurationProperty.Builder types(List<String> types)
CfnRestApi.EndpointConfigurationProperty.getTypes()types - A list of endpoint types of an API or its custom domain name. Valid values include:.
EDGE : For an edge-optimized API and its custom domain name.REGIONAL : For a regional API and its custom domain name.PRIVATE : For a private API.this@Stability(value=Stable) public CfnRestApi.EndpointConfigurationProperty.Builder vpcEndpointIds(List<String> vpcEndpointIds)
CfnRestApi.EndpointConfigurationProperty.getVpcEndpointIds()vpcEndpointIds - A list of VPC endpoint IDs of an API ( [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) ) against which to create Route53 ALIASes. It is only supported for `PRIVATE` endpoint type.this@Stability(value=Stable) public CfnRestApi.EndpointConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnRestApi.EndpointConfigurationProperty>CfnRestApi.EndpointConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.