Uses of Interface
software.amazon.awssdk.services.lakeformation.model.CreateLfTagRequest.Builder
-
Packages that use CreateLfTagRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of CreateLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type CreateLfTagRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLfTagResponse>LakeFormationAsyncClient. createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest)Creates an LF-tag with the specified name and values.default CreateLfTagResponseLakeFormationClient. createLFTag(Consumer<CreateLfTagRequest.Builder> createLfTagRequest)Creates an LF-tag with the specified name and values. -
Uses of CreateLfTagRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return CreateLfTagRequest.Builder Modifier and Type Method Description static CreateLfTagRequest.BuilderCreateLfTagRequest. builder()CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. tagKey(String tagKey)The key-name for the LF-tag.CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. tagValues(String... tagValues)A list of possible values an attribute can take.CreateLfTagRequest.BuilderCreateLfTagRequest.Builder. tagValues(Collection<String> tagValues)A list of possible values an attribute can take.CreateLfTagRequest.BuilderCreateLfTagRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type CreateLfTagRequest.Builder Modifier and Type Method Description static Class<? extends CreateLfTagRequest.Builder>CreateLfTagRequest. serializableBuilderClass()
-