Uses of Interface
software.amazon.awssdk.services.imagebuilder.model.WorkflowState.Builder
-
Packages that use WorkflowState.Builder Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of WorkflowState.Builder in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return WorkflowState.Builder Modifier and Type Method Description static WorkflowState.BuilderWorkflowState. builder()WorkflowState.BuilderWorkflowState.Builder. reason(String reason)Describes how or why the workflow changed state.WorkflowState.BuilderWorkflowState.Builder. status(String status)The current state of the workflow.WorkflowState.BuilderWorkflowState.Builder. status(WorkflowStatus status)The current state of the workflow.WorkflowState.BuilderWorkflowState. toBuilder()Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type WorkflowState.Builder Modifier and Type Method Description static Class<? extends WorkflowState.Builder>WorkflowState. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type WorkflowState.Builder Modifier and Type Method Description default Workflow.BuilderWorkflow.Builder. state(Consumer<WorkflowState.Builder> state)Describes the current status of the workflow and the reason for that status.default WorkflowSummary.BuilderWorkflowSummary.Builder. state(Consumer<WorkflowState.Builder> state)Describes the current state of the workflow resource.
-