Interface ConfigurableActionParameter.Builder

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

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

    • key

      The key of the configurable action parameter.

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

      The value of the configurable action parameter.

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