Interface ListAppInstancesResponse.Builder

    • Method Detail

      • appInstances

        ListAppInstancesResponse.Builder appInstances​(Collection<AppInstanceSummary> appInstances)

        The information for each AppInstance.

        Parameters:
        appInstances - The information for each AppInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInstances

        ListAppInstancesResponse.Builder appInstances​(AppInstanceSummary... appInstances)

        The information for each AppInstance.

        Parameters:
        appInstances - The information for each AppInstance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppInstancesResponse.Builder nextToken​(String nextToken)

        The token passed by previous API requests until the maximum number of AppInstances is reached.

        Parameters:
        nextToken - The token passed by previous API requests until the maximum number of AppInstances is reached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.