| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
LFTagKeyResource |
LFTagKeyResource.clone() |
LFTagKeyResource |
Resource.getLFTag()
The LF-tag key and values attached to a resource.
|
LFTagKeyResource |
LFTagKeyResource.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
LFTagKeyResource |
LFTagKeyResource.withTagKey(String tagKey)
The key-name for the LF-tag.
|
LFTagKeyResource |
LFTagKeyResource.withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
LFTagKeyResource |
LFTagKeyResource.withTagValues(String... tagValues)
A list of possible values an attribute can take.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resource.setLFTag(LFTagKeyResource lFTag)
The LF-tag key and values attached to a resource.
|
Resource |
Resource.withLFTag(LFTagKeyResource lFTag)
The LF-tag key and values attached to a resource.
|
Copyright © 2023. All rights reserved.