Interface FpgaImageAttribute.Builder

    • Method Detail

      • fpgaImageId

        FpgaImageAttribute.Builder fpgaImageId​(String fpgaImageId)

        The ID of the AFI.

        Parameters:
        fpgaImageId - The ID of the AFI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        FpgaImageAttribute.Builder name​(String name)

        The name of the AFI.

        Parameters:
        name - The name of the AFI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        FpgaImageAttribute.Builder description​(String description)

        The description of the AFI.

        Parameters:
        description - The description of the AFI.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loadPermissions

        FpgaImageAttribute.Builder loadPermissions​(Collection<LoadPermission> loadPermissions)

        The load permissions.

        Parameters:
        loadPermissions - The load permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • loadPermissions

        FpgaImageAttribute.Builder loadPermissions​(LoadPermission... loadPermissions)

        The load permissions.

        Parameters:
        loadPermissions - The load permissions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productCodes

        FpgaImageAttribute.Builder productCodes​(Collection<ProductCode> productCodes)

        The product codes.

        Parameters:
        productCodes - The product codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • productCodes

        FpgaImageAttribute.Builder productCodes​(ProductCode... productCodes)

        The product codes.

        Parameters:
        productCodes - The product codes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.