GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.attachedClusters(Collection<KxAttachedCluster> attachedClusters) |
A list of cluster identifiers that a volume is attached to.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.attachedClusters(Consumer<KxAttachedCluster.Builder>... attachedClusters) |
A list of cluster identifiers that a volume is attached to.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.attachedClusters(KxAttachedCluster... attachedClusters) |
A list of cluster identifiers that a volume is attached to.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.availabilityZoneIds(String... availabilityZoneIds) |
The identifier of the availability zones.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.availabilityZoneIds(Collection<String> availabilityZoneIds) |
The identifier of the availability zones.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.azMode(String azMode) |
The number of availability zones you want to assign per volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.azMode(KxAzMode azMode) |
The number of availability zones you want to assign per volume.
|
static GetKxVolumeResponse.Builder |
GetKxVolumeResponse.builder() |
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp at which the volume was created in FinSpace.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.description(String description) |
A description of the volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.environmentId(String environmentId) |
A unique identifier for the kdb environment, whose clusters can attach to the volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp) |
The last time that the volume was updated in FinSpace.
|
default GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.nas1Configuration(Consumer<KxNAS1Configuration.Builder> nas1Configuration) |
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.nas1Configuration(KxNAS1Configuration nas1Configuration) |
Specifies the configuration for the Network attached storage (NAS_1) file system volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.status(String status) |
The status of volume creation.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.status(KxVolumeStatus status) |
The status of volume creation.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.statusReason(String statusReason) |
The error message when a failed state occurs.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.toBuilder() |
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.volumeArn(String volumeArn) |
The ARN identifier of the volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.volumeName(String volumeName) |
A unique identifier for the volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.volumeType(String volumeType) |
The type of file system volume.
|
GetKxVolumeResponse.Builder |
GetKxVolumeResponse.Builder.volumeType(KxVolumeType volumeType) |
The type of file system volume.
|