Interface ProvisioningParameter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisioningParameter.Builder,ProvisioningParameter>, SdkBuilder<ProvisioningParameter.Builder,ProvisioningParameter>, SdkPojo
Enclosing class:
ProvisioningParameter

public static interface ProvisioningParameter.Builder extends SdkPojo, CopyableBuilder<ProvisioningParameter.Builder,ProvisioningParameter>
  • Method Details

    • 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

      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.