Uses of Interface
software.amazon.awssdk.services.codepipeline.model.StageExecution.Builder
-
Packages that use StageExecution.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageExecution.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StageExecution.Builder Modifier and Type Method Description static StageExecution.BuilderStageExecution. builder()StageExecution.BuilderStageExecution.Builder. pipelineExecutionId(String pipelineExecutionId)The ID of the pipeline execution associated with the stage.StageExecution.BuilderStageExecution.Builder. status(String status)The status of the stage, or for a completed stage, the last status of the stage.StageExecution.BuilderStageExecution.Builder. status(StageExecutionStatus status)The status of the stage, or for a completed stage, the last status of the stage.StageExecution.BuilderStageExecution. toBuilder()StageExecution.BuilderStageExecution.Builder. type(String type)The type of pipeline execution for the stage, such as a rollback pipeline execution.StageExecution.BuilderStageExecution.Builder. type(ExecutionType type)The type of pipeline execution for the stage, such as a rollback pipeline execution.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageExecution.Builder Modifier and Type Method Description static Class<? extends StageExecution.Builder>StageExecution. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StageExecution.Builder Modifier and Type Method Description default StageState.BuilderStageState.Builder. inboundExecution(Consumer<StageExecution.Builder> inboundExecution)Sets the value of the InboundExecution property for this object.default StageState.BuilderStageState.Builder. latestExecution(Consumer<StageExecution.Builder> latestExecution)Information about the latest execution in the stage, including its ID and status.
-