Interface VpcRouterNetworkInterfaceConfiguration.Builder

  • Method Details

    • securityGroupIds

      The IDs of the security groups to associate with the router network interface within the VPC.

      Parameters:
      securityGroupIds - The IDs of the security groups to associate with the router network interface within the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupIds

      VpcRouterNetworkInterfaceConfiguration.Builder securityGroupIds(String... securityGroupIds)

      The IDs of the security groups to associate with the router network interface within the VPC.

      Parameters:
      securityGroupIds - The IDs of the security groups to associate with the router network interface within the VPC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subnetId

      The ID of the subnet within the VPC to associate the router network interface with.

      Parameters:
      subnetId - The ID of the subnet within the VPC to associate the router network interface with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.