Interface GetApplicationAccessScopeResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse>, SdkBuilder<GetApplicationAccessScopeResponse.Builder,GetApplicationAccessScopeResponse>, SdkPojo, SdkResponse.Builder, SsoAdminResponse.Builder
Enclosing class:
GetApplicationAccessScopeResponse

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

    • authorizedTargets

      GetApplicationAccessScopeResponse.Builder authorizedTargets(Collection<String> authorizedTargets)

      An array of authorized targets associated with this access scope.

      Parameters:
      authorizedTargets - An array of authorized targets associated with this access scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authorizedTargets

      GetApplicationAccessScopeResponse.Builder authorizedTargets(String... authorizedTargets)

      An array of authorized targets associated with this access scope.

      Parameters:
      authorizedTargets - An array of authorized targets associated with this access scope.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scope

      The name of the access scope that can be used with the authorized targets.

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