Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RuleExecutionResult.Builder
-
Packages that use RuleExecutionResult.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleExecutionResult.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleExecutionResult.Builder Modifier and Type Method Description static RuleExecutionResult.BuilderRuleExecutionResult. builder()default RuleExecutionResult.BuilderRuleExecutionResult.Builder. errorDetails(Consumer<ErrorDetails.Builder> errorDetails)Sets the value of the ErrorDetails property for this object.RuleExecutionResult.BuilderRuleExecutionResult.Builder. errorDetails(ErrorDetails errorDetails)Sets the value of the ErrorDetails property for this object.RuleExecutionResult.BuilderRuleExecutionResult.Builder. externalExecutionId(String externalExecutionId)The external ID for the rule execution.RuleExecutionResult.BuilderRuleExecutionResult.Builder. externalExecutionSummary(String externalExecutionSummary)The external provider summary for the rule execution.RuleExecutionResult.BuilderRuleExecutionResult.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 rule.RuleExecutionResult.BuilderRuleExecutionResult. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleExecutionResult.Builder Modifier and Type Method Description static Class<? extends RuleExecutionResult.Builder>RuleExecutionResult. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleExecutionResult.Builder Modifier and Type Method Description default RuleExecutionOutput.BuilderRuleExecutionOutput.Builder. executionResult(Consumer<RuleExecutionResult.Builder> executionResult)Execution result information listed in the output details for a rule execution.
-