public static interface ActionContext.Builder extends SdkPojo, CopyableBuilder<ActionContext.Builder,ActionContext>
| Modifier and Type | Method and Description |
|---|---|
ActionContext.Builder |
actionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
|
ActionContext.Builder |
name(String name)
The name of the action in the context of a job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionContext.Builder name(String name)
The name of the action in the context of a job.
name - The name of the action in the context of a job.ActionContext.Builder actionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
actionExecutionId - The system-generated unique ID that corresponds to an action's execution.Copyright © 2023. All rights reserved.