| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.actionTypeId(ActionTypeId actionTypeId)
Sets the value of the ActionTypeId property for this object.
|
default ActionExecutionInput.Builder |
ActionExecutionInput.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)
Sets the value of the ActionTypeId property for this object.
|
static ActionExecutionInput.Builder |
ActionExecutionInput.builder() |
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.configuration(Map<String,String> configuration)
Configuration data for an action execution.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.inputArtifacts(ArtifactDetail... inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.inputArtifacts(Collection<ArtifactDetail> inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.inputArtifacts(Consumer<ArtifactDetail.Builder>... inputArtifacts)
Details of input artifacts of the action that correspond to the action execution.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.namespace(String namespace)
The variable namespace associated with the action.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.region(String region)
The AWS Region for the action, such as us-east-1.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.resolvedConfiguration(Map<String,String> resolvedConfiguration)
Configuration data for an action execution with all variable references replaced with their real values for
the execution.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.roleArn(String roleArn)
The ARN of the IAM service role that performs the declared action.
|
ActionExecutionInput.Builder |
ActionExecutionInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ActionExecutionInput.Builder> |
ActionExecutionInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ActionExecutionDetail.Builder |
ActionExecutionDetail.Builder.input(Consumer<ActionExecutionInput.Builder> input)
Input details for the action execution, such as role ARN, Region, and input artifacts.
|
Copyright © 2023. All rights reserved.