Uses of Interface
software.amazon.awssdk.services.lakeformation.model.UpdateResourceRequest.Builder
-
Packages that use UpdateResourceRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of UpdateResourceRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type UpdateResourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateResourceResponse>LakeFormationAsyncClient. updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)Updates the data access role used for vending access to the given (registered) resource in Lake Formation.default UpdateResourceResponseLakeFormationClient. updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest)Updates the data access role used for vending access to the given (registered) resource in Lake Formation. -
Uses of UpdateResourceRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return UpdateResourceRequest.Builder Modifier and Type Method Description static UpdateResourceRequest.BuilderUpdateResourceRequest. builder()UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. hybridAccessEnabled(Boolean hybridAccessEnabled)Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies.UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. resourceArn(String resourceArn)The resource ARN.UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. roleArn(String roleArn)The new role to use for the given resource registered in Lake Formation.UpdateResourceRequest.BuilderUpdateResourceRequest. toBuilder()UpdateResourceRequest.BuilderUpdateResourceRequest.Builder. withFederation(Boolean withFederation)Whether or not the resource is a federated resource.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type UpdateResourceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateResourceRequest.Builder>UpdateResourceRequest. serializableBuilderClass()
-