Interface GetLfTagResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLfTagResponse.Builder,GetLfTagResponse>,LakeFormationResponse.Builder,SdkBuilder<GetLfTagResponse.Builder,GetLfTagResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetLfTagResponse
public static interface GetLfTagResponse.Builder extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<GetLfTagResponse.Builder,GetLfTagResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLfTagResponse.BuildercatalogId(String catalogId)The identifier for the Data Catalog.GetLfTagResponse.BuildertagKey(String tagKey)The key-name for the LF-tag.GetLfTagResponse.BuildertagValues(String... tagValues)A list of possible values an attribute can take.GetLfTagResponse.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.services.lakeformation.model.LakeFormationResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
catalogId
GetLfTagResponse.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
GetLfTagResponse.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
GetLfTagResponse.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
GetLfTagResponse.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.
-
-