Interface NetworkAccessConfiguration.Builder

    • 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.