@Stability(value=Stable)
public static interface CfnLoadBalancer.SubnetMappingProperty
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.elasticloadbalancingv2.*;
SubnetMappingProperty subnetMappingProperty = SubnetMappingProperty.builder()
.subnetId("subnetId")
// the properties below are optional
.allocationId("allocationId")
.iPv6Address("iPv6Address")
.privateIPv4Address("privateIPv4Address")
.build();
| 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) @Nullable default String getAllocationId()
@Stability(value=Stable) @Nullable default String getIPv6Address()
@Stability(value=Stable) @Nullable default String getPrivateIPv4Address()
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnLoadBalancer.SubnetMappingProperty.Builder builder()
Copyright © 2021. All rights reserved.