Class UpdateLookupTableRequest
java.lang.Object
software.amazon.awssdk.core.SdkRequest
software.amazon.awssdk.awscore.AwsRequest
software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest
software.amazon.awssdk.services.cloudwatchlogs.model.UpdateLookupTableRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateLookupTableRequest.Builder,UpdateLookupTableRequest>
@Generated("software.amazon.awssdk:codegen")
public final class UpdateLookupTableRequest
extends CloudWatchLogsRequest
implements ToCopyableBuilder<UpdateLookupTableRequest.Builder,UpdateLookupTableRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringAn updated description of the lookup table.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkmsKeyId()The ARN of the KMS key to use to encrypt the lookup table data.final StringThe ARN of the lookup table to update.static Class<? extends UpdateLookupTableRequest.Builder>final StringThe new CSV content to replace the existing data.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
lookupTableArn
The ARN of the lookup table to update.
- Returns:
- The ARN of the lookup table to update.
-
description
An updated description of the lookup table.
- Returns:
- An updated description of the lookup table.
-
tableBody
The new CSV content to replace the existing data. The first row must be a header row with column names. The content must use UTF-8 encoding and not exceed 10 MB.
- Returns:
- The new CSV content to replace the existing data. The first row must be a header row with column names. The content must use UTF-8 encoding and not exceed 10 MB.
-
kmsKeyId
The ARN of the KMS key to use to encrypt the lookup table data. You can use this parameter to add, update, or remove the KMS key. To remove the KMS key and use an Amazon Web Services-owned key instead, specify an empty string.
- Returns:
- The ARN of the KMS key to use to encrypt the lookup table data. You can use this parameter to add, update, or remove the KMS key. To remove the KMS key and use an Amazon Web Services-owned key instead, specify an empty string.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLookupTableRequest.Builder,UpdateLookupTableRequest> - Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-