Class ComputerTool.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ComputerTool.BuilderA builder for ComputerTool. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        displayHeightfinal ComputerTool.Builder displayHeight(Long displayHeight) The height of the computer display. 
 - 
                                        displayHeightfinal ComputerTool.Builder displayHeight(JsonField<Long> displayHeight) Sets Builder.displayHeight to an arbitrary JSON value. You should usually call Builder.displayHeight with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        displayWidthfinal ComputerTool.Builder displayWidth(Long displayWidth) The width of the computer display. 
 - 
                                        displayWidthfinal ComputerTool.Builder displayWidth(JsonField<Long> displayWidth) Sets Builder.displayWidth to an arbitrary JSON value. You should usually call Builder.displayWidth with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        environmentfinal ComputerTool.Builder environment(ComputerTool.Environment environment) The type of computer environment to control. 
 - 
                                        environmentfinal ComputerTool.Builder environment(JsonField<ComputerTool.Environment> environment) Sets Builder.environment to an arbitrary JSON value. You should usually call Builder.environment with a well-typed Environment value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        typefinal ComputerTool.Builder type(JsonValue type) 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("computer_use_preview")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ComputerTool.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ComputerTool.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ComputerTool.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ComputerTool.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ComputerTool.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ComputerTool build() Returns an immutable instance of ComputerTool. Further updates to this Builder will not mutate the returned instance. The following fields are required: .displayHeight() .displayWidth() .environment()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-