public static final class IdeAddressSpec.Builder
extends java.lang.Object
IdeAddressSpec
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
IdeAddressSpec . |
Modifier and Type | Method and Description |
---|---|
IdeAddressSpec |
build() |
IdeAddressSpec.Builder |
setMaster(java.lang.Boolean master)
Flag specifying whether the device should be the master or slave device on the
IDE adapter.
|
IdeAddressSpec.Builder |
setPrimary(java.lang.Boolean primary)
Flag specifying whether the device should be attached to the primary or
secondary IDE adapter of the virtual machine.
|
public Builder()
IdeAddressSpec
.public IdeAddressSpec.Builder setPrimary(java.lang.Boolean primary)
null
, the server will choose a adapter with an available connection.
If no IDE connections are available, the request will be rejected.primary
- New value for the property.public IdeAddressSpec.Builder setMaster(java.lang.Boolean master)
null
, the server will choose an available connection type. If no IDE
connections are available, the request will be rejected.master
- New value for the property.public IdeAddressSpec build()