public static interface LFTagPair.Builder extends SdkPojo, CopyableBuilder<LFTagPair.Builder,LFTagPair>
| Modifier and Type | Method and Description |
|---|---|
LFTagPair.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
LFTagPair.Builder |
tagKey(String tagKey)
The key-name for the LF-tag.
|
LFTagPair.Builder |
tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
LFTagPair.Builder |
tagValues(String... tagValues)
A list of possible values an attribute can take.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLFTagPair.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.LFTagPair.Builder tagKey(String tagKey)
The key-name for the LF-tag.
tagKey - The key-name for the LF-tag.LFTagPair.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.LFTagPair.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.Copyright © 2023. All rights reserved.