Interface UpdateResourceRequest.Builder

    • 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.