Interface NetworkAccessConfiguration.Builder

  • Method Details

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

      NetworkAccessConfiguration.Builder eniIpv6Addresses(Collection<String> eniIpv6Addresses)

      The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.

      Parameters:
      eniIpv6Addresses - The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • eniIpv6Addresses

      NetworkAccessConfiguration.Builder eniIpv6Addresses(String... eniIpv6Addresses)

      The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.

      Parameters:
      eniIpv6Addresses - The IPv6 addresses assigned to the elastic network interface. This field supports IPv6 connectivity for WorkSpaces Applications instances.
      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.