Interface ListApplicationComponentsRequest.Builder

    • Method Detail

      • filterValue

        ListApplicationComponentsRequest.Builder filterValue​(String filterValue)

        Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.

        Parameters:
        filterValue - Specify the value based on the application component criteria type. For example, if applicationComponentCriteria is set to SERVER_ID and filterValue is set to server1, then ListApplicationComponents returns all the application components running on server1.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupIdFilter

        ListApplicationComponentsRequest.Builder groupIdFilter​(Collection<Group> groupIdFilter)

        The group ID specified in to filter on.

        Parameters:
        groupIdFilter - The group ID specified in to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupIdFilter

        ListApplicationComponentsRequest.Builder groupIdFilter​(Group... groupIdFilter)

        The group ID specified in to filter on.

        Parameters:
        groupIdFilter - The group ID specified in to filter on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListApplicationComponentsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items to include in the response. The maximum value is 100.

        Parameters:
        maxResults - The maximum number of items to include in the response. The maximum value is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListApplicationComponentsRequest.Builder nextToken​(String nextToken)

        The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.

        Parameters:
        nextToken - The token from a previous call that you use to retrieve the next set of results. For example, if a previous call to this action returned 100 items, but you set maxResults to 10. You'll receive a set of 10 results along with a token. You then use the returned token to retrieve the next set of 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sort

        ListApplicationComponentsRequest.Builder sort​(String sort)

        Specifies whether to sort by ascending (ASC) or descending (DESC) order.

        Parameters:
        sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sort

        ListApplicationComponentsRequest.Builder sort​(SortOrder sort)

        Specifies whether to sort by ascending (ASC) or descending (DESC) order.

        Parameters:
        sort - Specifies whether to sort by ascending (ASC) or descending (DESC) order.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder