@Stability(value=Stable)
public static interface CfnLoadBalancer.SubnetMappingProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLoadBalancer.SubnetMappingProperty.Builder
A builder for
CfnLoadBalancer.SubnetMappingProperty |
static class |
CfnLoadBalancer.SubnetMappingProperty.Jsii$Proxy
An implementation for
CfnLoadBalancer.SubnetMappingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnLoadBalancer.SubnetMappingProperty.Builder |
builder() |
default String |
getAllocationId()
`CfnLoadBalancer.SubnetMappingProperty.AllocationId`.
|
default String |
getIPv6Address()
`CfnLoadBalancer.SubnetMappingProperty.IPv6Address`.
|
default String |
getPrivateIPv4Address()
`CfnLoadBalancer.SubnetMappingProperty.PrivateIPv4Address`.
|
String |
getSubnetId()
`CfnLoadBalancer.SubnetMappingProperty.SubnetId`.
|
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) @Nullable default String getAllocationId()
@Stability(value=Stable) @Nullable default String getIPv6Address()
@Stability(value=Stable) @Nullable default String getPrivateIPv4Address()
@Stability(value=Stable) static CfnLoadBalancer.SubnetMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.