Interface UpdateLookupTableRequest.Builder

  • Method Details

    • lookupTableArn

      UpdateLookupTableRequest.Builder lookupTableArn(String 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

      UpdateLookupTableRequest.Builder description(String 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.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.