Interface UpdateLookupTableRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudWatchLogsRequest.Builder,CopyableBuilder<UpdateLookupTableRequest.Builder,,UpdateLookupTableRequest> SdkBuilder<UpdateLookupTableRequest.Builder,,UpdateLookupTableRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateLookupTableRequest
@Mutable
@NotThreadSafe
public static interface UpdateLookupTableRequest.Builder
extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<UpdateLookupTableRequest.Builder,UpdateLookupTableRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An updated description of the lookup table.The ARN of the KMS key to use to encrypt the lookup table data.lookupTableArn(String lookupTableArn) The ARN of the lookup table to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The new CSV content to replace the existing data.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cloudwatchlogs.model.CloudWatchLogsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lookupTableArn
The ARN of the lookup table to update.
- Parameters:
lookupTableArn- The ARN of the lookup table to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An updated description of the lookup table.
- Parameters:
description- An updated description of the lookup table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLookupTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLookupTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-