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