| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionContext.Builder |
ActionContext.Builder.actionExecutionId(String actionExecutionId)
The system-generated unique ID that corresponds to an action's execution.
|
static ActionContext.Builder |
ActionContext.builder() |
ActionContext.Builder |
ActionContext.Builder.name(String name)
The name of the action in the context of a job.
|
ActionContext.Builder |
ActionContext.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionContext.Builder> |
ActionContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PipelineContext.Builder |
PipelineContext.Builder.action(Consumer<ActionContext.Builder> action)
The context of an action to a job worker in the stage of a pipeline.
|
Copyright © 2023. All rights reserved.