public static interface GetKxDatabaseResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>
| Modifier and Type | Method and Description |
|---|---|
GetKxDatabaseResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp at which the database is created in FinSpace.
|
GetKxDatabaseResponse.Builder |
databaseArn(String databaseArn)
The ARN identifier of the database.
|
GetKxDatabaseResponse.Builder |
databaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
|
GetKxDatabaseResponse.Builder |
description(String description)
A description of the database.
|
GetKxDatabaseResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
GetKxDatabaseResponse.Builder |
lastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
|
GetKxDatabaseResponse.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the database was modified.
|
GetKxDatabaseResponse.Builder |
numBytes(Long numBytes)
The total number of bytes in the database.
|
GetKxDatabaseResponse.Builder |
numChangesets(Integer numChangesets)
The total number of changesets in the database.
|
GetKxDatabaseResponse.Builder |
numFiles(Integer numFiles)
The total number of files in the database.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetKxDatabaseResponse.Builder databaseName(String databaseName)
The name of the kdb database for which the information is retrieved.
databaseName - The name of the kdb database for which the information is retrieved.GetKxDatabaseResponse.Builder databaseArn(String databaseArn)
The ARN identifier of the database.
databaseArn - The ARN identifier of the database.GetKxDatabaseResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.GetKxDatabaseResponse.Builder description(String description)
A description of the database.
description - A description of the database.GetKxDatabaseResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp at which the database is created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp - The timestamp at which the database is created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.GetKxDatabaseResponse.Builder lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp - The last time that the database was modified. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.GetKxDatabaseResponse.Builder lastCompletedChangesetId(String lastCompletedChangesetId)
A unique identifier for the changeset.
lastCompletedChangesetId - A unique identifier for the changeset.GetKxDatabaseResponse.Builder numBytes(Long numBytes)
The total number of bytes in the database.
numBytes - The total number of bytes in the database.GetKxDatabaseResponse.Builder numChangesets(Integer numChangesets)
The total number of changesets in the database.
numChangesets - The total number of changesets in the database.GetKxDatabaseResponse.Builder numFiles(Integer numFiles)
The total number of files in the database.
numFiles - The total number of files in the database.Copyright © 2023. All rights reserved.