Interface ScopeDetails.Builder

    • Method Detail

      • authorizedTargets

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

        An array list of ARNs of applications.

        Parameters:
        authorizedTargets - An array list of ARNs of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • authorizedTargets

        ScopeDetails.Builder authorizedTargets​(String... authorizedTargets)

        An array list of ARNs of applications.

        Parameters:
        authorizedTargets - An array list of ARNs of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scope

        ScopeDetails.Builder scope​(String scope)

        The name of the access scope.

        Parameters:
        scope - The name of the access scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.