@Stability(value=Stable)
public static interface CfnRestApi.EndpointConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
EndpointConfigurationProperty endpointConfigurationProperty = EndpointConfigurationProperty.builder()
.types(List.of("types"))
.vpcEndpointIds(List.of("vpcEndpointIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRestApi.EndpointConfigurationProperty.Builder
A builder for
CfnRestApi.EndpointConfigurationProperty |
static class |
CfnRestApi.EndpointConfigurationProperty.Jsii$Proxy
An implementation for
CfnRestApi.EndpointConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRestApi.EndpointConfigurationProperty.Builder |
builder() |
default List<String> |
getTypes()
`CfnRestApi.EndpointConfigurationProperty.Types`.
|
default List<String> |
getVpcEndpointIds()
`CfnRestApi.EndpointConfigurationProperty.VpcEndpointIds`.
|
@Stability(value=Stable) @Nullable default List<String> getTypes()
@Stability(value=Stable) @Nullable default List<String> getVpcEndpointIds()
@Stability(value=Stable) static CfnRestApi.EndpointConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.