Interface ListWebAppsResponse.Builder

    • Method Detail

      • nextToken

        ListWebAppsResponse.Builder nextToken​(String nextToken)

        Provide this value for the NextToken parameter in a subsequent command to continue listing additional web apps.

        Parameters:
        nextToken - Provide this value for the NextToken parameter in a subsequent command to continue listing additional web apps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webApps

        ListWebAppsResponse.Builder webApps​(Collection<ListedWebApp> webApps)

        Returns, for each listed web app, a structure that contains details for the web app.

        Parameters:
        webApps - Returns, for each listed web app, a structure that contains details for the web app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • webApps

        ListWebAppsResponse.Builder webApps​(ListedWebApp... webApps)

        Returns, for each listed web app, a structure that contains details for the web app.

        Parameters:
        webApps - Returns, for each listed web app, a structure that contains details for the web app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.