@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDatabaseRequest extends TimestreamWriteRequest implements ToCopyableBuilder<UpdateDatabaseRequest.Builder,UpdateDatabaseRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDatabaseRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDatabaseRequest.Builder |
builder() |
String |
databaseName()
The name of the database.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
kmsKeyId()
The identifier of the new KMS key (
KmsKeyId) to be used to encrypt the data stored in the database. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDatabaseRequest.Builder> |
serializableBuilderClass() |
UpdateDatabaseRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String databaseName()
The name of the database.
public final String kmsKeyId()
The identifier of the new KMS key (KmsKeyId) to be used to encrypt the data stored in the database.
If the KmsKeyId currently registered with the database is the same as the KmsKeyId in
the request, there will not be any update.
You can specify the KmsKeyId using any of the following:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias ARN: arn:aws:kms:us-east-1:111122223333:alias/ExampleAlias
KmsKeyId) to be used to encrypt the data stored in the
database. If the KmsKeyId currently registered with the database is the same as the
KmsKeyId in the request, there will not be any update.
You can specify the KmsKeyId using any of the following:
Key ID: 1234abcd-12ab-34cd-56ef-1234567890ab
Key ARN: arn:aws:kms:us-east-1:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab
Alias name: alias/ExampleAlias
Alias ARN: arn:aws:kms:us-east-1:111122223333:alias/ExampleAlias
public UpdateDatabaseRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDatabaseRequest.Builder,UpdateDatabaseRequest>toBuilder in class TimestreamWriteRequestpublic static UpdateDatabaseRequest.Builder builder()
public static Class<? extends UpdateDatabaseRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.