public static interface GetLfTagResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetLfTagResponse.Builder,GetLfTagResponse>
| Modifier and Type | Method and Description |
|---|---|
GetLfTagResponse.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
GetLfTagResponse.Builder |
tagKey(String tagKey)
The key-name for the tag.
|
GetLfTagResponse.Builder |
tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
GetLfTagResponse.Builder |
tagValues(String... tagValues)
A list of possible values an attribute can take.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLfTagResponse.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 AWS 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 AWS Lake Formation environment.GetLfTagResponse.Builder tagKey(String tagKey)
The key-name for the tag.
tagKey - The key-name for the tag.GetLfTagResponse.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.GetLfTagResponse.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
tagValues - A list of possible values an attribute can take.Copyright © 2021. All rights reserved.