Interface ListApplicationsResponse.Builder

    • Method Detail

      • nextToken

        ListApplicationsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.

        Parameters:
        nextToken - If the response is truncated, Amazon Q Business returns this token. You can use this token in a subsequent request to retrieve the next set of applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(Collection<Application> applications)

        An array of summary information on the configuration of one or more Amazon Q Business applications.

        Parameters:
        applications - An array of summary information on the configuration of one or more Amazon Q Business applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applications

        ListApplicationsResponse.Builder applications​(Application... applications)

        An array of summary information on the configuration of one or more Amazon Q Business applications.

        Parameters:
        applications - An array of summary information on the configuration of one or more Amazon Q Business applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.