public final class JobStepAction extends Object
| Constructor and Description |
|---|
JobStepAction() |
| Modifier and Type | Method and Description |
|---|---|
JobStepActionSource |
source()
Get the source property: The source of the action to execute.
|
JobStepActionType |
type()
Get the type property: Type of action being executed by the job step.
|
void |
validate()
Validates the instance.
|
String |
value()
Get the value property: The action value, for example the text of the T-SQL script to execute.
|
JobStepAction |
withSource(JobStepActionSource source)
Set the source property: The source of the action to execute.
|
JobStepAction |
withType(JobStepActionType type)
Set the type property: Type of action being executed by the job step.
|
JobStepAction |
withValue(String value)
Set the value property: The action value, for example the text of the T-SQL script to execute.
|
public JobStepActionType type()
public JobStepAction withType(JobStepActionType type)
type - the type value to set.public JobStepActionSource source()
public JobStepAction withSource(JobStepActionSource source)
source - the source value to set.public String value()
public JobStepAction withValue(String value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.