state

public abstract BatchJob.Builder state(JobState state)

Setter for state.

state: The state of the BatchJob.


@CanIgnoreReturnValue()
public BatchJob.Builder state(JobState.Known knownType)

Setter for state given a known enum.

state: The state of the BatchJob.


@CanIgnoreReturnValue()
public BatchJob.Builder state(String state)

Setter for state given a string.

state: The state of the BatchJob.