Interface ListResourceServersResponse.Builder

    • Method Detail

      • resourceServers

        ListResourceServersResponse.Builder resourceServers​(Collection<ResourceServerType> resourceServers)

        An array of resource servers and the details of their configuration. For each, the response includes names, identifiers, and custom scopes.

        Parameters:
        resourceServers - An array of resource servers and the details of their configuration. For each, the response includes names, identifiers, and custom scopes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceServers

        ListResourceServersResponse.Builder resourceServers​(ResourceServerType... resourceServers)

        An array of resource servers and the details of their configuration. For each, the response includes names, identifiers, and custom scopes.

        Parameters:
        resourceServers - An array of resource servers and the details of their configuration. For each, the response includes names, identifiers, and custom scopes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListResourceServersResponse.Builder nextToken​(String nextToken)

        The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.

        Parameters:
        nextToken - The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.