Interface GetKxDatabaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>,FinspaceResponse.Builder,SdkBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetKxDatabaseResponse
public static interface GetKxDatabaseResponse.Builder extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<GetKxDatabaseResponse.Builder,GetKxDatabaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetKxDatabaseResponse.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp at which the database is created in FinSpace.GetKxDatabaseResponse.BuilderdatabaseArn(String databaseArn)The ARN identifier of the database.GetKxDatabaseResponse.BuilderdatabaseName(String databaseName)The name of the kdb database for which the information is retrieved.GetKxDatabaseResponse.Builderdescription(String description)A description of the database.GetKxDatabaseResponse.BuilderenvironmentId(String environmentId)A unique identifier for the kdb environment.GetKxDatabaseResponse.BuilderlastCompletedChangesetId(String lastCompletedChangesetId)A unique identifier for the changeset.GetKxDatabaseResponse.BuilderlastModifiedTimestamp(Instant lastModifiedTimestamp)The last time that the database was modified.GetKxDatabaseResponse.BuildernumBytes(Long numBytes)The total number of bytes in the database.GetKxDatabaseResponse.BuildernumChangesets(Integer numChangesets)The total number of changesets in the database.GetKxDatabaseResponse.BuildernumFiles(Integer numFiles)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 Detail
-
databaseName
GetKxDatabaseResponse.Builder databaseName(String 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
GetKxDatabaseResponse.Builder databaseArn(String 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
GetKxDatabaseResponse.Builder environmentId(String 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
GetKxDatabaseResponse.Builder description(String 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
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.
- 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
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.
- 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
GetKxDatabaseResponse.Builder lastCompletedChangesetId(String 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
GetKxDatabaseResponse.Builder numBytes(Long 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
GetKxDatabaseResponse.Builder numChangesets(Integer 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
GetKxDatabaseResponse.Builder numFiles(Integer 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.
-
-