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 Modifier and Type Class Description static interfaceUpdateLookupTableRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateLookupTableRequest.Builderbuilder()Stringdescription()An updated description of the lookup table.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyId()The ARN of the KMS key to use to encrypt the lookup table data.StringlookupTableArn()The ARN of the lookup table to update.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdateLookupTableRequest.Builder>serializableBuilderClass()StringtableBody()The new CSV content to replace the existing data.UpdateLookupTableRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
lookupTableArn
public final String lookupTableArn()
The ARN of the lookup table to update.
- Returns:
- The ARN of the lookup table to update.
-
description
public final String description()
An updated description of the lookup table.
- Returns:
- An updated description of the lookup table.
-
tableBody
public final String 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
public final String 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
public UpdateLookupTableRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateLookupTableRequest.Builder,UpdateLookupTableRequest>- Specified by:
toBuilderin classCloudWatchLogsRequest
-
builder
public static UpdateLookupTableRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateLookupTableRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-