default ActionExecutionInput.Builder |
ActionExecutionInput.Builder.actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId) |
Sets the value of the ActionTypeId property for this object.
|
ActionExecutionInput.Builder |
ActionExecutionInput.Builder.actionTypeId(ActionTypeId 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(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.inputArtifacts(ArtifactDetail... 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 Amazon Web Services 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() |
|