Interface ScopeDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ScopeDetails.Builder,ScopeDetails>, SdkBuilder<ScopeDetails.Builder,ScopeDetails>, SdkPojo
Enclosing class:
ScopeDetails

public static interface ScopeDetails.Builder extends SdkPojo, CopyableBuilder<ScopeDetails.Builder,ScopeDetails>
  • Method Details

    • 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

      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.