Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionExecutionResult.Builder
-
Packages that use ActionExecutionResult.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionExecutionResult.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionExecutionResult.Builder Modifier and Type Method Description static ActionExecutionResult.BuilderActionExecutionResult. builder()ActionExecutionResult.BuilderActionExecutionResult.Builder. externalExecutionId(String externalExecutionId)The action provider's external ID for the action execution.ActionExecutionResult.BuilderActionExecutionResult.Builder. externalExecutionSummary(String externalExecutionSummary)The action provider's summary for the action execution.ActionExecutionResult.BuilderActionExecutionResult.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.BuilderActionExecutionResult. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionExecutionResult.Builder Modifier and Type Method Description static Class<? extends ActionExecutionResult.Builder>ActionExecutionResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionExecutionResult.Builder Modifier and Type Method Description default ActionExecutionOutput.BuilderActionExecutionOutput.Builder. executionResult(Consumer<ActionExecutionResult.Builder> executionResult)Execution result information listed in the output details for an action execution.
-