Class RunStepStreamEvent.ThreadRunStepInProgress.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class RunStepStreamEvent.ThreadRunStepInProgress.BuilderA builder for ThreadRunStepInProgress. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        datafinal RunStepStreamEvent.ThreadRunStepInProgress.Builder data(RunStep data) Represents a step in execution of a run. 
 - 
                                        datafinal RunStepStreamEvent.ThreadRunStepInProgress.Builder data(JsonField<RunStep> data) Sets Builder.data to an arbitrary JSON value. You should usually call Builder.data with a well-typed RunStep value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        eventfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder event(JsonValue event) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("thread.run.step.in_progress")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal RunStepStreamEvent.ThreadRunStepInProgress.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal RunStepStreamEvent.ThreadRunStepInProgress build() Returns an immutable instance of ThreadRunStepInProgress. Further updates to this Builder will not mutate the returned instance. The following fields are required: .data()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-