Uses of Interface
software.amazon.awssdk.services.lakeformation.model.CreateLakeFormationOptInRequest.Builder
-
Packages that use CreateLakeFormationOptInRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of CreateLakeFormationOptInRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type CreateLakeFormationOptInRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateLakeFormationOptInResponse>LakeFormationAsyncClient. createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals.default CreateLakeFormationOptInResponseLakeFormationClient. createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)Enforce Lake Formation permissions for the given databases, tables, and principals. -
Uses of CreateLakeFormationOptInRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return CreateLakeFormationOptInRequest.Builder Modifier and Type Method Description static CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest. builder()CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. principal(Consumer<DataLakePrincipal.Builder> principal)Sets the value of the Principal property for this object.CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. principal(DataLakePrincipal principal)Sets the value of the Principal property for this object.default CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. resource(Consumer<Resource.Builder> resource)Sets the value of the Resource property for this object.CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest.Builder. resource(Resource resource)Sets the value of the Resource property for this object.CreateLakeFormationOptInRequest.BuilderCreateLakeFormationOptInRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type CreateLakeFormationOptInRequest.Builder Modifier and Type Method Description static Class<? extends CreateLakeFormationOptInRequest.Builder>CreateLakeFormationOptInRequest. serializableBuilderClass()
-