Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Nvdimm |
build() |
Nvdimm.Builder |
controllerKey(Integer controllerKey)
Controller key.
|
Nvdimm.Builder |
copy(Nvdimm model) |
Nvdimm.Builder |
label(String label)
Provides a label and summary information for the device.
|
Nvdimm.Builder |
unitNumber(Integer unitNumber)
The unit number of NVDIMM.
|
public Nvdimm.Builder label(String label)
Provides a label and summary information for the device.
label
- the value to setpublic Nvdimm.Builder unitNumber(Integer unitNumber)
The unit number of NVDIMM.
unitNumber
- the value to setpublic Nvdimm.Builder controllerKey(Integer controllerKey)
Controller key.
controllerKey
- the value to setpublic Nvdimm build()
public Nvdimm.Builder copy(Nvdimm model)
Copyright © 2016–2024. All rights reserved.