Interface ListLfTagsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>,LakeFormationRequest.Builder,SdkBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListLfTagsRequest
public static interface ListLfTagsRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<ListLfTagsRequest.Builder,ListLfTagsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLfTagsRequest.BuildercatalogId(String catalogId)The identifier for the Data Catalog.ListLfTagsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListLfTagsRequest.BuildernextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.ListLfTagsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListLfTagsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListLfTagsRequest.BuilderresourceShareType(String resourceShareType)If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view.ListLfTagsRequest.BuilderresourceShareType(ResourceShareType resourceShareType)If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
catalogId
ListLfTagsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceShareType
ListLfTagsRequest.Builder resourceShareType(String resourceShareType)
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type isFOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.- Parameters:
resourceShareType- If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type isFOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceShareType,ResourceShareType
-
resourceShareType
ListLfTagsRequest.Builder resourceShareType(ResourceShareType resourceShareType)
If resource share type is
ALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type isFOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.- Parameters:
resourceShareType- If resource share type isALL, returns both in-account LF-tags and shared LF-tags that the requester has permission to view. If resource share type isFOREIGN, returns all share LF-tags that the requester can view. If no resource share type is passed, lists LF-tags in the given catalog ID that the requester has permission to view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceShareType,ResourceShareType
-
maxResults
ListLfTagsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListLfTagsRequest.Builder nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
- Parameters:
nextToken- A continuation token, if this is not the first call to retrieve this list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListLfTagsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListLfTagsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-