Interface UpdateResourceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>,LakeFormationRequest.Builder,SdkBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateResourceRequest
public static interface UpdateResourceRequest.Builder extends LakeFormationRequest.Builder, SdkPojo, CopyableBuilder<UpdateResourceRequest.Builder,UpdateResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateResourceRequest.BuilderhybridAccessEnabled(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateResourceRequest.BuilderresourceArn(String resourceArn)The resource ARN.UpdateResourceRequest.BuilderroleArn(String roleArn)The new role to use for the given resource registered in Lake Formation.UpdateResourceRequest.BuilderwithFederation(Boolean withFederation)Whether or not the resource is a federated resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
roleArn
UpdateResourceRequest.Builder roleArn(String roleArn)
The new role to use for the given resource registered in Lake Formation.
- Parameters:
roleArn- The new role to use for the given resource registered in Lake Formation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
UpdateResourceRequest.Builder resourceArn(String resourceArn)
The resource ARN.
- Parameters:
resourceArn- The resource ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withFederation
UpdateResourceRequest.Builder withFederation(Boolean withFederation)
Whether or not the resource is a federated resource.
- Parameters:
withFederation- Whether or not the resource is a federated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hybridAccessEnabled
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-