Interface ListGroupingStatusesRequest.Builder

    • Method Detail

      • group

        ListGroupingStatusesRequest.Builder group​(String group)

        The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.

        Parameters:
        group - The application group identifier, expressed as an Amazon resource name (ARN) or the application group name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListGroupingStatusesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of resources and their statuses returned in the response.

        Parameters:
        maxResults - The maximum number of resources and their statuses returned in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListGroupingStatusesRequest.Builder filters​(Collection<ListGroupingStatusesFilter> filters)

        The filter name and value pair that is used to return more specific results from a list of resources.

        Parameters:
        filters - The filter name and value pair that is used to return more specific results from a list of resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        ListGroupingStatusesRequest.Builder filters​(ListGroupingStatusesFilter... filters)

        The filter name and value pair that is used to return more specific results from a list of resources.

        Parameters:
        filters - The filter name and value pair that is used to return more specific results from a list of resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListGroupingStatusesRequest.Builder nextToken​(String nextToken)

        The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value provided by a previous call's NextToken response to indicate where the output should continue from.

        Parameters:
        nextToken - The parameter for receiving additional results if you receive a NextToken response in a previous request. A NextToken response indicates that more output is available. Set this parameter to the value provided by a previous call's NextToken response to indicate where the output should continue from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.