Interface UpdateKxDatabaseResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateKxDatabaseResponse.Builder,
,UpdateKxDatabaseResponse> FinspaceResponse.Builder
,SdkBuilder<UpdateKxDatabaseResponse.Builder,
,UpdateKxDatabaseResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateKxDatabaseResponse
@Mutable
@NotThreadSafe
public static interface UpdateKxDatabaseResponse.Builder
extends FinspaceResponse.Builder, SdkPojo, CopyableBuilder<UpdateKxDatabaseResponse.Builder,UpdateKxDatabaseResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName
(String databaseName) The name of the kdb database.description
(String description) A description of the database.environmentId
(String environmentId) A unique identifier for the kdb environment.lastModifiedTimestamp
(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.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.
-
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.
-
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.
-