Interface LFTagKeyResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LFTagKeyResource.Builder,LFTagKeyResource>,SdkBuilder<LFTagKeyResource.Builder,LFTagKeyResource>,SdkPojo
- Enclosing class:
- LFTagKeyResource
public static interface LFTagKeyResource.Builder extends SdkPojo, CopyableBuilder<LFTagKeyResource.Builder,LFTagKeyResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LFTagKeyResource.BuildercatalogId(String catalogId)The identifier for the Data Catalog.LFTagKeyResource.BuildertagKey(String tagKey)The key-name for the LF-tag.LFTagKeyResource.BuildertagValues(String... tagValues)A list of possible values an attribute can take.LFTagKeyResource.BuildertagValues(Collection<String> tagValues)A list of possible values an attribute can take.-
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, sdkFields
-
-
-
-
Method Detail
-
catalogId
LFTagKeyResource.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.
-
tagKey
LFTagKeyResource.Builder tagKey(String tagKey)
The key-name for the LF-tag.
- Parameters:
tagKey- The key-name for the LF-tag.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValues
LFTagKeyResource.Builder tagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
- Parameters:
tagValues- A list of possible values an attribute can take.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tagValues
LFTagKeyResource.Builder tagValues(String... tagValues)
A list of possible values an attribute can take.
- Parameters:
tagValues- A list of possible values an attribute can take.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-