Uses of Interface
software.amazon.awssdk.services.codepipeline.model.RuleExecutionOutput.Builder
-
Packages that use RuleExecutionOutput.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleExecutionOutput.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleExecutionOutput.Builder Modifier and Type Method Description static RuleExecutionOutput.BuilderRuleExecutionOutput. builder()default RuleExecutionOutput.BuilderRuleExecutionOutput.Builder. executionResult(Consumer<RuleExecutionResult.Builder> executionResult)Execution result information listed in the output details for a rule execution.RuleExecutionOutput.BuilderRuleExecutionOutput.Builder. executionResult(RuleExecutionResult executionResult)Execution result information listed in the output details for a rule execution.RuleExecutionOutput.BuilderRuleExecutionOutput. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type RuleExecutionOutput.Builder Modifier and Type Method Description static Class<? extends RuleExecutionOutput.Builder>RuleExecutionOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type RuleExecutionOutput.Builder Modifier and Type Method Description default RuleExecutionDetail.BuilderRuleExecutionDetail.Builder. output(Consumer<RuleExecutionOutput.Builder> output)Output details for the rule execution, such as the rule execution result.
-