Interface ExternalFilteringConfiguration.Builder

    • Method Detail

      • status

        ExternalFilteringConfiguration.Builder status​(String status)

        Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.

        Parameters:
        status - Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableStatus, EnableStatus
      • status

        ExternalFilteringConfiguration.Builder status​(EnableStatus status)

        Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.

        Parameters:
        status - Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnableStatus, EnableStatus
      • authorizedTargets

        ExternalFilteringConfiguration.Builder authorizedTargets​(Collection<String> authorizedTargets)

        List of third-party application ARNs integrated with Lake Formation.

        Parameters:
        authorizedTargets - List of third-party application ARNs integrated with Lake Formation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedTargets

        ExternalFilteringConfiguration.Builder authorizedTargets​(String... authorizedTargets)

        List of third-party application ARNs integrated with Lake Formation.

        Parameters:
        authorizedTargets - List of third-party application ARNs integrated with Lake Formation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.