static ActionExecutionResult.Builder |
ActionExecutionResult.builder() |
|
default ActionExecutionResult.Builder |
ActionExecutionResult.Builder.errorDetails(Consumer<ErrorDetails.Builder> errorDetails) |
Sets the value of the ErrorDetails property for this object.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.errorDetails(ErrorDetails errorDetails) |
Sets the value of the ErrorDetails property for this object.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionId(String externalExecutionId) |
The action provider's external ID for the action execution.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionSummary(String externalExecutionSummary) |
The action provider's summary for the action execution.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.externalExecutionUrl(String externalExecutionUrl) |
The deepest external link to the external resource (for example, a repository URL or deployment endpoint)
that is used when running the action.
|
ActionExecutionResult.Builder |
ActionExecutionResult.Builder.logStreamARN(String logStreamARN) |
The Amazon Resource Name (ARN) of the log stream for the action compute.
|
ActionExecutionResult.Builder |
ActionExecutionResult.toBuilder() |
|