Interface UpdateSettings.Builder

  • Method Details

    • addSubnets

      UpdateSettings.Builder addSubnets(Collection<String> addSubnets)

      The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

      Parameters:
      addSubnets - The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • addSubnets

      UpdateSettings.Builder addSubnets(String... addSubnets)

      The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.

      Parameters:
      addSubnets - The ID of one or more subnets in which License Manager will create a VPC endpoint for products that require connectivity to activation servers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • removeSubnets

      UpdateSettings.Builder removeSubnets(Collection<String> removeSubnets)

      The ID of one or more subnets to remove.

      Parameters:
      removeSubnets - The ID of one or more subnets to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • removeSubnets

      UpdateSettings.Builder removeSubnets(String... removeSubnets)

      The ID of one or more subnets to remove.

      Parameters:
      removeSubnets - The ID of one or more subnets to remove.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityGroupId

      UpdateSettings.Builder securityGroupId(String securityGroupId)

      A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.

      Parameters:
      securityGroupId - A security group ID that allows inbound TCP port 1688 communication between resources in your VPC and the VPC endpoints for activation servers.
      Returns:
      Returns a reference to this object so that method calls can be chained together.