Interface UpdateResourceRequest.Builder

  • Method Details

    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.