public static interface CfnEndpointAccess.NetworkInterfaceProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.redshift.*; NetworkInterfaceProperty networkInterfaceProperty = NetworkInterfaceProperty.builder() .availabilityZone("availabilityZone") .networkInterfaceId("networkInterfaceId") .privateIpAddress("privateIpAddress") .subnetId("subnetId") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnEndpointAccess.NetworkInterfaceProperty.Builder
A builder for
CfnEndpointAccess.NetworkInterfaceProperty |
static class |
CfnEndpointAccess.NetworkInterfaceProperty.Jsii$Proxy
An implementation for
CfnEndpointAccess.NetworkInterfaceProperty |
Modifier and Type | Method and Description |
---|---|
static CfnEndpointAccess.NetworkInterfaceProperty.Builder |
builder() |
default java.lang.String |
getAvailabilityZone()
The Availability Zone.
|
default java.lang.String |
getNetworkInterfaceId()
The network interface identifier.
|
default java.lang.String |
getPrivateIpAddress()
The IPv4 address of the network interface within the subnet.
|
default java.lang.String |
getSubnetId()
The subnet identifier.
|
default java.lang.String getAvailabilityZone()
default java.lang.String getNetworkInterfaceId()
default java.lang.String getPrivateIpAddress()
default java.lang.String getSubnetId()
static CfnEndpointAccess.NetworkInterfaceProperty.Builder builder()