Interface ListApplicationStatesRequest.Builder

    • Method Detail

      • applicationIds

        ListApplicationStatesRequest.Builder applicationIds​(Collection<String> applicationIds)

        The configurationIds from the Application Discovery Service that uniquely identifies your applications.

        Parameters:
        applicationIds - The configurationIds from the Application Discovery Service that uniquely identifies your applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationIds

        ListApplicationStatesRequest.Builder applicationIds​(String... applicationIds)

        The configurationIds from the Application Discovery Service that uniquely identifies your applications.

        Parameters:
        applicationIds - The configurationIds from the Application Discovery Service that uniquely identifies your applications.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationStatesRequest.Builder nextToken​(String nextToken)

        If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.

        Parameters:
        nextToken - If a NextToken was returned by a previous call, there are more results available. To retrieve the next page of results, make the call again using the returned token in NextToken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListApplicationStatesRequest.Builder maxResults​(Integer maxResults)

        Maximum number of results to be returned per page.

        Parameters:
        maxResults - Maximum number of results to be returned per page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.