Interface ExecutionParameter.Builder

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

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

    • name

      The name of the execution parameter.

      Parameters:
      name - The name of the execution parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The execution parameter type.

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

      ExecutionParameter.Builder defaultValues(Collection<String> defaultValues)

      The default values for the execution parameter.

      Parameters:
      defaultValues - The default values for the execution parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValues

      ExecutionParameter.Builder defaultValues(String... defaultValues)

      The default values for the execution parameter.

      Parameters:
      defaultValues - The default values for the execution parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.