Interface ListApplicationStatesResponse.Builder

    • Method Detail

      • applicationStateList

        ListApplicationStatesResponse.Builder applicationStateList​(Collection<ApplicationState> applicationStateList)

        A list of Applications that exist in Application Discovery Service.

        Parameters:
        applicationStateList - A list of Applications that exist in Application Discovery Service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • applicationStateList

        ListApplicationStatesResponse.Builder applicationStateList​(ApplicationState... applicationStateList)

        A list of Applications that exist in Application Discovery Service.

        Parameters:
        applicationStateList - A list of Applications that exist in Application Discovery Service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationStatesResponse.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.