Interface NetworkingRequest.Builder

  • Method Details

    • subnetIds

      The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form subnet-0123456789abcdef0.

      Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.

      Amazon Web Services PCS currently supports only 1 subnet in this list.

      Parameters:
      subnetIds - The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form subnet-0123456789abcdef0.

      Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.

      Amazon Web Services PCS currently supports only 1 subnet in this list.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetIds

      NetworkingRequest.Builder subnetIds(String... subnetIds)

      The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form subnet-0123456789abcdef0.

      Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.

      Amazon Web Services PCS currently supports only 1 subnet in this list.

      Parameters:
      subnetIds - The list of subnet IDs where Amazon Web Services PCS creates an Elastic Network Interface (ENI) to enable communication between managed controllers and Amazon Web Services PCS resources. Subnet IDs have the form subnet-0123456789abcdef0.

      Subnets can't be in Outposts, Wavelength or an Amazon Web Services Local Zone.

      Amazon Web Services PCS currently supports only 1 subnet in this list.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      NetworkingRequest.Builder securityGroupIds(Collection<String> securityGroupIds)

      A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.

      Parameters:
      securityGroupIds - A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      NetworkingRequest.Builder securityGroupIds(String... securityGroupIds)

      A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.

      Parameters:
      securityGroupIds - A list of security group IDs associated with the Elastic Network Interface (ENI) created in subnets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.