Interface ProvisioningParameter.Builder

    • Method Detail

      • key

        ProvisioningParameter.Builder key​(String key)

        The key that identifies a provisioning parameter.

        Parameters:
        key - The key that identifies a provisioning parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        ProvisioningParameter.Builder value​(String value)

        The value of the provisioning parameter.

        Parameters:
        value - The value of the provisioning parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.