Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.WorkflowDefinition.Builder
-
Packages that use WorkflowDefinition.Builder Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of WorkflowDefinition.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return WorkflowDefinition.Builder Modifier and Type Method Description static WorkflowDefinition.BuilderWorkflowDefinition. builder()WorkflowDefinition.BuilderWorkflowDefinition.Builder. path(String path)The path to the workflow definition file stored in the source repository for the project, including the file name.WorkflowDefinition.BuilderWorkflowDefinition. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type WorkflowDefinition.Builder Modifier and Type Method Description static Class<? extends WorkflowDefinition.Builder>WorkflowDefinition. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecatalyst.model with type arguments of type WorkflowDefinition.Builder Modifier and Type Method Description default GetWorkflowResponse.BuilderGetWorkflowResponse.Builder. definition(Consumer<WorkflowDefinition.Builder> definition)Information about the workflow definition file for the workflow.
-