Uses of Class
io.resys.hdes.client.api.programs.ImmutableFlowProgram.Builder
Packages that use ImmutableFlowProgram.Builder
-
Uses of ImmutableFlowProgram.Builder in io.resys.hdes.client.api.programs
Methods in io.resys.hdes.client.api.programs that return ImmutableFlowProgram.BuilderModifier and TypeMethodDescriptionImmutableFlowProgram.Builder.acceptDefs(Collection<TypeDef> acceptDefs) Initializes the value for theacceptDefsattribute.static ImmutableFlowProgram.BuilderImmutableFlowProgram.builder()Creates a builder forImmutableFlowProgram.ImmutableFlowProgram.Builder.from(FlowProgram instance) Fill a builder with attribute values from the providedFlowPrograminstance.ImmutableFlowProgram.Builder.putAllSteps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Put all mappings from the specified map as entries tostepsmap.ImmutableFlowProgram.Builder.putSteps(String key, FlowProgram.FlowProgramStep value) Put one entry to thestepsmap.ImmutableFlowProgram.Builder.putSteps(Map.Entry<String, ? extends FlowProgram.FlowProgramStep> entry) Put one entry to thestepsmap.ImmutableFlowProgram.Builder.startStepId(String startStepId) Initializes the value for thestartStepIdattribute.ImmutableFlowProgram.Builder.steps(Map<String, ? extends FlowProgram.FlowProgramStep> entries) Sets or replaces all mappings from the specified map as entries for thestepsmap.