Interface ListApplicationsRequest.Builder

    • Method Detail

      • nextToken

        ListApplicationsRequest.Builder nextToken​(String nextToken)

        The token for the next set of application results.

        Parameters:
        nextToken - The token for the next set of application results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListApplicationsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of applications that can be listed.

        Parameters:
        maxResults - The maximum number of applications that can be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListApplicationsRequest.Builder statesWithStrings​(Collection<String> states)

        An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

        Parameters:
        states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListApplicationsRequest.Builder statesWithStrings​(String... states)

        An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

        Parameters:
        states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListApplicationsRequest.Builder states​(Collection<ApplicationState> states)

        An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

        Parameters:
        states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListApplicationsRequest.Builder states​(ApplicationState... states)

        An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

        Parameters:
        states - An optional filter for application states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
        Returns:
        Returns a reference to this object so that method calls can be chained together.