Interface ScopeDetails.Builder

  • Method Details

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