public static interface UpdateResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceRequest.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.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateResourceRequest.Builder |
resourceArn(String resourceArn)
The resource ARN.
|
UpdateResourceRequest.Builder |
roleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
|
UpdateResourceRequest.Builder |
withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateResourceRequest.Builder roleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
roleArn - The new role to use for the given resource registered in Lake Formation.UpdateResourceRequest.Builder resourceArn(String resourceArn)
The resource ARN.
resourceArn - The resource ARN.UpdateResourceRequest.Builder withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
withFederation - Whether or not the resource is a federated resource.UpdateResourceRequest.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.
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.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.