Interface ActionExecutionResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>,SdkBuilder<ActionExecutionResult.Builder,ActionExecutionResult>,SdkPojo
- Enclosing class:
- ActionExecutionResult
public static interface ActionExecutionResult.Builder extends SdkPojo, CopyableBuilder<ActionExecutionResult.Builder,ActionExecutionResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionExecutionResult.BuilderexternalExecutionId(String externalExecutionId)The action provider's external ID for the action execution.ActionExecutionResult.BuilderexternalExecutionSummary(String externalExecutionSummary)The action provider's summary for the action execution.ActionExecutionResult.BuilderexternalExecutionUrl(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
externalExecutionId
ActionExecutionResult.Builder externalExecutionId(String externalExecutionId)
The action provider's external ID for the action execution.
- Parameters:
externalExecutionId- The action provider's external ID for the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalExecutionSummary
ActionExecutionResult.Builder externalExecutionSummary(String externalExecutionSummary)
The action provider's summary for the action execution.
- Parameters:
externalExecutionSummary- The action provider's summary for the action execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalExecutionUrl
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.
- Parameters:
externalExecutionUrl- The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-