@Stability(value=Stable)
public static interface CfnServer.EndpointDetailsProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnServer.EndpointDetailsProperty.Builder
A builder for
CfnServer.EndpointDetailsProperty |
static class |
CfnServer.EndpointDetailsProperty.Jsii$Proxy
An implementation for
CfnServer.EndpointDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnServer.EndpointDetailsProperty.Builder |
builder() |
default List<String> |
getAddressAllocationIds()
`CfnServer.EndpointDetailsProperty.AddressAllocationIds`.
|
default List<String> |
getSecurityGroupIds()
`CfnServer.EndpointDetailsProperty.SecurityGroupIds`.
|
default List<String> |
getSubnetIds()
`CfnServer.EndpointDetailsProperty.SubnetIds`.
|
default String |
getVpcEndpointId()
`CfnServer.EndpointDetailsProperty.VpcEndpointId`.
|
default String |
getVpcId()
`CfnServer.EndpointDetailsProperty.VpcId`.
|
@Stability(value=Stable) @Nullable default List<String> getAddressAllocationIds()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default List<String> getSubnetIds()
@Stability(value=Stable) @Nullable default String getVpcEndpointId()
@Stability(value=Stable) @Nullable default String getVpcId()
@Stability(value=Stable) static CfnServer.EndpointDetailsProperty.Builder builder()
Copyright © 2021. All rights reserved.