Interface UpdateProvisioningParameter.Builder

    • Method Detail

      • key

        UpdateProvisioningParameter.Builder key​(String key)

        The parameter key.

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

        UpdateProvisioningParameter.Builder value​(String value)

        The parameter value.

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

        UpdateProvisioningParameter.Builder usePreviousValue​(Boolean usePreviousValue)

        If set to true, Value is ignored and the previous parameter value is kept.

        Parameters:
        usePreviousValue - If set to true, Value is ignored and the previous parameter value is kept.
        Returns:
        Returns a reference to this object so that method calls can be chained together.