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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkAccessConfiguration.BuildereniId(String eniId)The resource identifier of the elastic network interface that is attached to instances in your VPC.NetworkAccessConfiguration.BuildereniPrivateIpAddress(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
eniPrivateIpAddress
NetworkAccessConfiguration.Builder eniPrivateIpAddress(String 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
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.
- 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.
-
-