Interface ListApplicationsRequest.Builder

    • Method Detail

      • limit

        ListApplicationsRequest.Builder limit​(Integer limit)

        Maximum number of applications to list.

        Parameters:
        limit - Maximum number of applications to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exclusiveStartApplicationName

        ListApplicationsRequest.Builder exclusiveStartApplicationName​(String exclusiveStartApplicationName)

        Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.

        Parameters:
        exclusiveStartApplicationName - Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.