Interface ListProtocolsListsRequest.Builder

    • Method Detail

      • defaultLists

        ListProtocolsListsRequest.Builder defaultLists​(Boolean defaultLists)

        Specifies whether the lists to retrieve are default lists owned by Firewall Manager.

        Parameters:
        defaultLists - Specifies whether the lists to retrieve are default lists owned by Firewall Manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProtocolsListsRequest.Builder nextToken​(String nextToken)

        If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.

        Parameters:
        nextToken - If you specify a value for MaxResults in your list request, and you have more objects than the maximum, Firewall Manager returns this token in the response. For all but the first request, you provide the token returned by the prior request in the request parameters, to retrieve the next batch of objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListProtocolsListsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

        If you don't specify this, Firewall Manager returns all available objects.

        Parameters:
        maxResults - The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects.

        If you don't specify this, Firewall Manager returns all available objects.

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