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, sdkFields
copy
applyMutation, build
ActionContext.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.