| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateLakeFormationOptInResponse> |
LakeFormationAsyncClient.createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)
Enforce Lake Formation permissions for the given databases, tables, and principals.
|
default CreateLakeFormationOptInResponse |
LakeFormationClient.createLakeFormationOptIn(Consumer<CreateLakeFormationOptInRequest.Builder> createLakeFormationOptInRequest)
Enforce Lake Formation permissions for the given databases, tables, and principals.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.builder() |
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.principal(Consumer<DataLakePrincipal.Builder> principal)
Sets the value of the Principal property for this object.
|
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.principal(DataLakePrincipal principal)
Sets the value of the Principal property for this object.
|
default CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.resource(Consumer<Resource.Builder> resource)
Sets the value of the Resource property for this object.
|
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.Builder.resource(Resource resource)
Sets the value of the Resource property for this object.
|
CreateLakeFormationOptInRequest.Builder |
CreateLakeFormationOptInRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateLakeFormationOptInRequest.Builder> |
CreateLakeFormationOptInRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.