Interface LookupTableConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LookupTableConfiguration.Builder,,LookupTableConfiguration> SdkBuilder<LookupTableConfiguration.Builder,,LookupTableConfiguration> SdkPojo
- Enclosing class:
LookupTableConfiguration
@Mutable
@NotThreadSafe
public static interface LookupTableConfiguration.Builder
extends SdkPojo, CopyableBuilder<LookupTableConfiguration.Builder,LookupTableConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) A description of the lookup table.The ARN of the KMS key to use to encrypt the lookup table data.The ARN of the IAM role that grants permissions to create or update the lookup table with query results.The name of the lookup table to create or update with query results.Key-value pairs to associate with the lookup table for resource management and cost allocation.Methods 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
-
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
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.
-