Interface ScriptParameterKeyValue.Builder

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

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

    • key

      A script parameter key.

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

      A script parameter value.

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