public static class DriveInfo.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
DriveInfo.Builder |
attributes(Attributes attributes) |
DriveInfo |
build() |
DriveInfo.Builder |
capacity(java.lang.Long capacity) |
DriveInfo.Builder |
chassisSlot(java.lang.String chassisSlot) |
DriveInfo.Builder |
driveID(java.lang.Long driveID) |
DriveInfo.Builder |
nodeID(java.lang.Long nodeID) |
DriveInfo.Builder |
optionalDriveFailureDetail(java.lang.String driveFailureDetail) |
DriveInfo.Builder |
optionalDriveSecurityFaultReason(java.lang.String driveSecurityFaultReason) |
DriveInfo.Builder |
optionalKeyID(java.util.UUID keyID) |
DriveInfo.Builder |
optionalKeyProviderID(java.lang.Long keyProviderID) |
DriveInfo.Builder |
segmentFileSize(java.lang.Long segmentFileSize) |
DriveInfo.Builder |
serial(java.lang.String serial) |
DriveInfo.Builder |
slot(java.lang.Long slot) |
DriveInfo.Builder |
status(java.lang.String status) |
DriveInfo.Builder |
type(java.lang.String type) |
DriveInfo.Builder |
usableCapacity(java.lang.Long usableCapacity) |
public DriveInfo build()
public DriveInfo.Builder capacity(java.lang.Long capacity)
public DriveInfo.Builder usableCapacity(java.lang.Long usableCapacity)
public DriveInfo.Builder segmentFileSize(java.lang.Long segmentFileSize)
public DriveInfo.Builder driveID(java.lang.Long driveID)
public DriveInfo.Builder nodeID(java.lang.Long nodeID)
public DriveInfo.Builder serial(java.lang.String serial)
public DriveInfo.Builder chassisSlot(java.lang.String chassisSlot)
public DriveInfo.Builder slot(java.lang.Long slot)
public DriveInfo.Builder status(java.lang.String status)
public DriveInfo.Builder optionalDriveFailureDetail(java.lang.String driveFailureDetail)
public DriveInfo.Builder optionalDriveSecurityFaultReason(java.lang.String driveSecurityFaultReason)
public DriveInfo.Builder optionalKeyProviderID(java.lang.Long keyProviderID)
public DriveInfo.Builder optionalKeyID(java.util.UUID keyID)
public DriveInfo.Builder type(java.lang.String type)
public DriveInfo.Builder attributes(Attributes attributes)