Interface ControlInputParameter.Builder

  • Method Details

    • parameterName

      ControlInputParameter.Builder parameterName(String parameterName)

      The name of a parameter, for example, BackupPlanFrequency.

      Parameters:
      parameterName - The name of a parameter, for example, BackupPlanFrequency.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • parameterValue

      ControlInputParameter.Builder parameterValue(String parameterValue)

      The value of parameter, for example, hourly.

      Parameters:
      parameterValue - The value of parameter, for example, hourly.
      Returns:
      Returns a reference to this object so that method calls can be chained together.