public static interface ListLfTagsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLfTagsRequest.Builder |
catalogId(String catalogId)
The identifier for the Data Catalog.
|
ListLfTagsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListLfTagsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
ListLfTagsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLfTagsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListLfTagsRequest.Builder |
resourceShareType(ResourceShareType resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester
has permission to view. |
ListLfTagsRequest.Builder |
resourceShareType(String resourceShareType)
If resource share type is
ALL, returns both in-account tags and shared tags that the requester
has permission to view. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLfTagsRequest.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.ListLfTagsRequest.Builder resourceShareType(String resourceShareType)
If resource share type is ALL, returns both in-account tags and shared tags that the requester
has permission to view. If resource share type is FOREIGN, returns all share tags that the
requester can view. If no resource share type is passed, lists tags in the given catalog ID that the
requester has permission to view.
resourceShareType - If resource share type is ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share
tags that the requester can view. If no resource share type is passed, lists tags in the given catalog
ID that the requester has permission to view.ResourceShareType,
ResourceShareTypeListLfTagsRequest.Builder resourceShareType(ResourceShareType resourceShareType)
If resource share type is ALL, returns both in-account tags and shared tags that the requester
has permission to view. If resource share type is FOREIGN, returns all share tags that the
requester can view. If no resource share type is passed, lists tags in the given catalog ID that the
requester has permission to view.
resourceShareType - If resource share type is ALL, returns both in-account tags and shared tags that the
requester has permission to view. If resource share type is FOREIGN, returns all share
tags that the requester can view. If no resource share type is passed, lists tags in the given catalog
ID that the requester has permission to view.ResourceShareType,
ResourceShareTypeListLfTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListLfTagsRequest.Builder nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
nextToken - A continuation token, if this is not the first call to retrieve this list.ListLfTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLfTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.