Interface DescribeAppsRequest.Builder

    • Method Detail

      • stackId

        DescribeAppsRequest.Builder stackId​(String stackId)

        The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.

        Parameters:
        stackId - The app stack ID. If you use this parameter, DescribeApps returns a description of the apps in the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appIds

        DescribeAppsRequest.Builder appIds​(Collection<String> appIds)

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

        Parameters:
        appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appIds

        DescribeAppsRequest.Builder appIds​(String... appIds)

        An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.

        Parameters:
        appIds - An array of app IDs for the apps to be described. If you use this parameter, DescribeApps returns a description of the specified apps. Otherwise, it returns a description of every app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.