Interface SearchSystemInstancesRequest.Builder

    • Method Detail

      • filters

        SearchSystemInstancesRequest.Builder filters​(Collection<SystemInstanceFilter> filters)

        Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

        Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

        Parameters:
        filters - Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

        Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filters

        SearchSystemInstancesRequest.Builder filters​(SystemInstanceFilter... filters)

        Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

        Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

        Parameters:
        filters - Optional filter to apply to the search. Valid filters are SYSTEM_TEMPLATE_ID, STATUS, and GREENGRASS_GROUP_NAME.

        Multiple filters function as OR criteria in the query. Multiple values passed inside the filter function as AND criteria.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        SearchSystemInstancesRequest.Builder nextToken​(String nextToken)

        The string that specifies the next page of results. Use this when you're paginating results.

        Parameters:
        nextToken - The string that specifies the next page of results. Use this when you're paginating results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        SearchSystemInstancesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return in the response.

        Parameters:
        maxResults - The maximum number of results to return in the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.