Interface KxDatabaseListEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KxDatabaseListEntry.Builder,KxDatabaseListEntry>,SdkBuilder<KxDatabaseListEntry.Builder,KxDatabaseListEntry>,SdkPojo
- Enclosing class:
- KxDatabaseListEntry
public static interface KxDatabaseListEntry.Builder extends SdkPojo, CopyableBuilder<KxDatabaseListEntry.Builder,KxDatabaseListEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KxDatabaseListEntry.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp at which the database was created in FinSpace.KxDatabaseListEntry.BuilderdatabaseName(String databaseName)The name of the kdb database.KxDatabaseListEntry.BuilderlastModifiedTimestamp(Instant lastModifiedTimestamp)The last time that the database was modified.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
databaseName
KxDatabaseListEntry.Builder databaseName(String databaseName)
The name of the kdb database.
- Parameters:
databaseName- The name of the kdb database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
KxDatabaseListEntry.Builder createdTimestamp(Instant createdTimestamp)
The timestamp at which the database was 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 was 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
KxDatabaseListEntry.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.
-
-