controlType

Setter for controlType.

controlType: The type of control reference image to use.


@CanIgnoreReturnValue()
public ControlReferenceConfig.Builder controlType(ControlReferenceType.Known knownType)

Setter for controlType given a known enum.

controlType: The type of control reference image to use.


@CanIgnoreReturnValue()
public ControlReferenceConfig.Builder controlType(String controlType)

Setter for controlType given a string.

controlType: The type of control reference image to use.