Interface ListWebAppsResponse.Builder

  • Method Details

    • 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

      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

      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

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

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

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

      Parameters:
      webApps - a consumer that will call methods on ListedWebApp.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: