Interface ListResourceServersResponse.Builder

  • Method Details

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

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

      This is a convenience method that creates an instance of the ResourceServerType.Builder avoiding the need to create one manually via ResourceServerType.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resourceServers(List<ResourceServerType>).

      Parameters:
      resourceServers - a consumer that will call methods on ResourceServerType.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.