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