public static interface NetworkAccessConfiguration.Builder extends SdkPojo, CopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
Modifier and Type | Method and Description |
---|---|
NetworkAccessConfiguration.Builder |
eniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC.
|
NetworkAccessConfiguration.Builder |
eniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
|
copy
applyMutation, build
NetworkAccessConfiguration.Builder eniPrivateIpAddress(String eniPrivateIpAddress)
The private IP address of the elastic network interface that is attached to instances in your VPC.
eniPrivateIpAddress
- The private IP address of the elastic network interface that is attached to instances in your VPC.NetworkAccessConfiguration.Builder eniId(String eniId)
The resource identifier of the elastic network interface that is attached to instances in your VPC. All network interfaces have the eni-xxxxxxxx resource identifier.
eniId
- The resource identifier of the elastic network interface that is attached to instances in your VPC.
All network interfaces have the eni-xxxxxxxx resource identifier.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.