Interface GetKxDatabaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetKxDatabaseResponse.Builder,
,GetKxDatabaseResponse> FinspaceResponse.Builder
,SdkBuilder<GetKxDatabaseResponse.Builder,
,GetKxDatabaseResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetKxDatabaseResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The timestamp at which the database is created in FinSpace.databaseArn
(String databaseArn) The ARN identifier of the database.databaseName
(String databaseName) The name of the kdb database for which the information is retrieved.description
(String description) A description of the database.environmentId
(String environmentId) A unique identifier for the kdb environment.lastCompletedChangesetId
(String lastCompletedChangesetId) A unique identifier for the changeset.lastModifiedTimestamp
(Instant lastModifiedTimestamp) The last time that the database was modified.The total number of bytes in the database.numChangesets
(Integer numChangesets) The total number of changesets in the database.The total number of files in the database.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.finspace.model.FinspaceResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
databaseName
The name of the kdb database for which the information is retrieved.
- Parameters:
databaseName
- The name of the kdb database for which the information is retrieved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
databaseArn
The ARN identifier of the database.
- Parameters:
databaseArn
- The ARN identifier of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentId
A unique identifier for the kdb environment.
- Parameters:
environmentId
- A unique identifier for the kdb environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the database.
- Parameters:
description
- A description of the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastCompletedChangesetId
A unique identifier for the changeset.
- Parameters:
lastCompletedChangesetId
- A unique identifier for the changeset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numBytes
The total number of bytes in the database.
- Parameters:
numBytes
- The total number of bytes in the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numChangesets
The total number of changesets in the database.
- Parameters:
numChangesets
- The total number of changesets in the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
numFiles
The total number of files in the database.
- Parameters:
numFiles
- The total number of files in the database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-