Uses of Interface
software.amazon.awssdk.services.lakeformation.model.GetLfTagResponse.Builder
-
Packages that use GetLfTagResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of GetLfTagResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return GetLfTagResponse.Builder Modifier and Type Method Description static GetLfTagResponse.BuilderGetLfTagResponse. builder()GetLfTagResponse.BuilderGetLfTagResponse.Builder. catalogId(String catalogId)The identifier for the Data Catalog.GetLfTagResponse.BuilderGetLfTagResponse.Builder. tagKey(String tagKey)The key-name for the LF-tag.GetLfTagResponse.BuilderGetLfTagResponse.Builder. tagValues(String... tagValues)A list of possible values an attribute can take.GetLfTagResponse.BuilderGetLfTagResponse.Builder. tagValues(Collection<String> tagValues)A list of possible values an attribute can take.GetLfTagResponse.BuilderGetLfTagResponse. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type GetLfTagResponse.Builder Modifier and Type Method Description static Class<? extends GetLfTagResponse.Builder>GetLfTagResponse. serializableBuilderClass()
-