Interface NetworkAccessConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NetworkAccessConfiguration.Builder,
,NetworkAccessConfiguration> SdkBuilder<NetworkAccessConfiguration.Builder,
,NetworkAccessConfiguration> SdkPojo
- Enclosing class:
NetworkAccessConfiguration
public static interface NetworkAccessConfiguration.Builder
extends SdkPojo, CopyableBuilder<NetworkAccessConfiguration.Builder,NetworkAccessConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe resource identifier of the elastic network interface that is attached to instances in your VPC.eniPrivateIpAddress
(String eniPrivateIpAddress) The private IP address of the elastic network interface that is attached to instances in your VPC.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
eniPrivateIpAddress
The private IP address of the elastic network interface that is attached to instances in your VPC.
- Parameters:
eniPrivateIpAddress
- The private IP address of the elastic network interface that is attached to instances in your VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-