public static interface ActionExecutionResult.Builder extends SdkPojo, CopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>
| Modifier and Type | Method and Description |
|---|---|
ActionExecutionResult.Builder |
externalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
|
ActionExecutionResult.Builder |
externalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
|
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildActionExecutionResult.Builder externalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
externalExecutionId - The action provider's external ID for the action execution.ActionExecutionResult.Builder externalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
externalExecutionSummary - The action provider's summary for the action execution.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.
externalExecutionUrl - The deepest external link to the external resource (for example, a repository URL or deployment
endpoint) that is used when running the action.Copyright © 2023. All rights reserved.