Interface LFTagExpressionResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LFTagExpressionResource.Builder,LFTagExpressionResource>,SdkBuilder<LFTagExpressionResource.Builder,LFTagExpressionResource>,SdkPojo
- Enclosing class:
- LFTagExpressionResource
public static interface LFTagExpressionResource.Builder extends SdkPojo, CopyableBuilder<LFTagExpressionResource.Builder,LFTagExpressionResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LFTagExpressionResource.BuildercatalogId(String catalogId)The identifier for the Data Catalog.LFTagExpressionResource.Buildername(String name)The name of the LF-Tag expression to grant permissions on.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
catalogId
LFTagExpressionResource.Builder catalogId(String catalogId)
The identifier for the Data Catalog. By default, the account ID.
- Parameters:
catalogId- The identifier for the Data Catalog. By default, the account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
LFTagExpressionResource.Builder name(String name)
The name of the LF-Tag expression to grant permissions on.
- Parameters:
name- The name of the LF-Tag expression to grant permissions on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-