public static interface CreateLfTagRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<CreateLfTagRequest.Builder,CreateLfTagRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateLfTagRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
CreateLfTagRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLfTagRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateLfTagRequest.Builder |
tagKey(String tagKey)
The key-name for the LF-tag.
|
CreateLfTagRequest.Builder |
tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
CreateLfTagRequest.Builder |
tagValues(String... tagValues)
A list of possible values an attribute can take.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLfTagRequest.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
catalogId - The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent
metadata store. It contains database definitions, table definitions, and other control information to
manage your Lake Formation environment.CreateLfTagRequest.Builder tagKey(String tagKey)
The key-name for the LF-tag.
tagKey - The key-name for the LF-tag.CreateLfTagRequest.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.CreateLfTagRequest.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.CreateLfTagRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLfTagRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.