Interface ListComplianceStatusRequest.Builder

    • Method Detail

      • policyId

        ListComplianceStatusRequest.Builder policyId​(String policyId)

        The ID of the Firewall Manager policy that you want the details for.

        Parameters:
        policyId - The ID of the Firewall Manager policy that you want the details for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListComplianceStatusRequest.Builder nextToken​(String nextToken)

        If you specify a value for MaxResults and you have more PolicyComplianceStatus objects than the number that you specify for MaxResults, Firewall Manager returns a NextToken value in the response that allows you to list another group of PolicyComplianceStatus objects. For the second and subsequent ListComplianceStatus requests, specify the value of NextToken from the previous response to get information about another batch of PolicyComplianceStatus objects.

        Parameters:
        nextToken - If you specify a value for MaxResults and you have more PolicyComplianceStatus objects than the number that you specify for MaxResults, Firewall Manager returns a NextToken value in the response that allows you to list another group of PolicyComplianceStatus objects. For the second and subsequent ListComplianceStatus requests, specify the value of NextToken from the previous response to get information about another batch of PolicyComplianceStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListComplianceStatusRequest.Builder maxResults​(Integer maxResults)

        Specifies the number of PolicyComplianceStatus objects that you want Firewall Manager to return for this request. If you have more PolicyComplianceStatus objects than the number that you specify for MaxResults, the response includes a NextToken value that you can use to get another batch of PolicyComplianceStatus objects.

        Parameters:
        maxResults - Specifies the number of PolicyComplianceStatus objects that you want Firewall Manager to return for this request. If you have more PolicyComplianceStatus objects than the number that you specify for MaxResults, the response includes a NextToken value that you can use to get another batch of PolicyComplianceStatus objects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.