Interface ListApplicationsResponse.Builder

    • Method Detail

      • applicationInfoList

        ListApplicationsResponse.Builder applicationInfoList​(Collection<ApplicationInfo> applicationInfoList)

        The list of applications.

        Parameters:
        applicationInfoList - The list of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationInfoList

        ListApplicationsResponse.Builder applicationInfoList​(ApplicationInfo... applicationInfoList)

        The list of applications.

        Parameters:
        applicationInfoList - The list of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        The token used to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token used to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.