public static interface UpdateKxDatabaseResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<UpdateKxDatabaseResponse.Builder,UpdateKxDatabaseResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateKxDatabaseResponse.Builder |
databaseName(String databaseName)
The name of the kdb database.
|
UpdateKxDatabaseResponse.Builder |
description(String description)
A description of the database.
|
UpdateKxDatabaseResponse.Builder |
environmentId(String environmentId)
A unique identifier for the kdb environment.
|
UpdateKxDatabaseResponse.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the database was modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateKxDatabaseResponse.Builder databaseName(String databaseName)
The name of the kdb database.
databaseName - The name of the kdb database.UpdateKxDatabaseResponse.Builder environmentId(String environmentId)
A unique identifier for the kdb environment.
environmentId - A unique identifier for the kdb environment.UpdateKxDatabaseResponse.Builder description(String description)
A description of the database.
description - A description of the database.UpdateKxDatabaseResponse.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.Copyright © 2023. All rights reserved.