UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.activeVersions(Collection<KxDataviewActiveVersion> activeVersions) |
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.activeVersions(Consumer<KxDataviewActiveVersion.Builder>... activeVersions) |
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.activeVersions(KxDataviewActiveVersion... activeVersions) |
The current active changeset versions of the database on the given dataview.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.autoUpdate(Boolean autoUpdate) |
The option to specify whether you want to apply all the future additions and corrections automatically to the
dataview when new changesets are ingested.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.availabilityZoneId(String availabilityZoneId) |
The identifier of the availability zones.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.azMode(String azMode) |
The number of availability zones you want to assign per volume.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.azMode(KxAzMode azMode) |
The number of availability zones you want to assign per volume.
|
static UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.builder() |
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.changesetId(String changesetId) |
A unique identifier for the changeset.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.createdTimestamp(Instant createdTimestamp) |
The timestamp at which the dataview was created in FinSpace.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.databaseName(String databaseName) |
The name of the database.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.dataviewName(String dataviewName) |
The name of the database under which the dataview was created.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.description(String description) |
A description of the dataview.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.environmentId(String environmentId) |
A unique identifier for the kdb environment, where you want to update the dataview.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.lastModifiedTimestamp(Instant lastModifiedTimestamp) |
The last time that the dataview was updated in FinSpace.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.readWrite(Boolean readWrite) |
Returns True if the dataview is created as writeable and False otherwise.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.segmentConfigurations(Collection<KxDataviewSegmentConfiguration> segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.segmentConfigurations(Consumer<KxDataviewSegmentConfiguration.Builder>... segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.segmentConfigurations(KxDataviewSegmentConfiguration... segmentConfigurations) |
The configuration that contains the database path of the data that you want to place on each selected volume.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.status(String status) |
The status of dataview creation.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.Builder.status(KxDataviewStatus status) |
The status of dataview creation.
|
UpdateKxDataviewResponse.Builder |
UpdateKxDataviewResponse.toBuilder() |
|