Interface LookupTableConfiguration.Builder

  • Method Details

    • tableName

      The name of the lookup table to create or update with query results. The name can contain only alphanumeric characters and underscores.

      Parameters:
      tableName - The name of the lookup table to create or update with query results. The name can contain only alphanumeric characters and underscores.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The ARN of the IAM role that grants permissions to create or update the lookup table with query results.

      Parameters:
      roleArn - The ARN of the IAM role that grants permissions to create or update the lookup table with query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      LookupTableConfiguration.Builder description(String description)

      A description of the lookup table.

      Parameters:
      description - A description of the lookup table.
      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. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.

      Parameters:
      kmsKeyId - The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      Key-value pairs to associate with the lookup table for resource management and cost allocation. The service applies tags only during initial table creation.

      Parameters:
      tags - Key-value pairs to associate with the lookup table for resource management and cost allocation. The service applies tags only during initial table creation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.