Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ExecutionTrigger.Builder
-
Packages that use ExecutionTrigger.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ExecutionTrigger.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ExecutionTrigger.Builder Modifier and Type Method Description static ExecutionTrigger.BuilderExecutionTrigger. builder()ExecutionTrigger.BuilderExecutionTrigger. toBuilder()ExecutionTrigger.BuilderExecutionTrigger.Builder. triggerDetail(String triggerDetail)Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiatedstart-pipeline-executionCLI command.ExecutionTrigger.BuilderExecutionTrigger.Builder. triggerType(String triggerType)The type of change-detection method, command, or user interaction that started a pipeline execution.ExecutionTrigger.BuilderExecutionTrigger.Builder. triggerType(TriggerType triggerType)The type of change-detection method, command, or user interaction that started a pipeline execution.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ExecutionTrigger.Builder Modifier and Type Method Description static Class<? extends ExecutionTrigger.Builder>ExecutionTrigger. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ExecutionTrigger.Builder Modifier and Type Method Description default PipelineExecution.BuilderPipelineExecution.Builder. trigger(Consumer<ExecutionTrigger.Builder> trigger)Sets the value of the Trigger property for this object.default PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. trigger(Consumer<ExecutionTrigger.Builder> trigger)The interaction or event that started a pipeline execution, such as automated change detection or aStartPipelineExecutionAPI call.
-