Interface UpdateLookupTableRequest.Builder

    • Method Detail

      • 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

        UpdateLookupTableRequest.Builder tableBody​(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.

        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

        UpdateLookupTableRequest.Builder kmsKeyId​(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.

        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.