Interface PolicyFilter.Builder

    • Method Detail

      • principal

        PolicyFilter.Builder principal​(EntityReference principal)

        Filters the output to only policies that reference the specified principal.

        Parameters:
        principal - Filters the output to only policies that reference the specified principal.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resource

        PolicyFilter.Builder resource​(EntityReference resource)

        Filters the output to only policies that reference the specified resource.

        Parameters:
        resource - Filters the output to only policies that reference the specified resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyType

        PolicyFilter.Builder policyType​(String policyType)

        Filters the output to only policies of the specified type.

        Parameters:
        policyType - Filters the output to only policies of the specified type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PolicyType, PolicyType
      • policyType

        PolicyFilter.Builder policyType​(PolicyType policyType)

        Filters the output to only policies of the specified type.

        Parameters:
        policyType - Filters the output to only policies of the specified type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PolicyType, PolicyType
      • policyTemplateId

        PolicyFilter.Builder policyTemplateId​(String policyTemplateId)

        Filters the output to only template-linked policies that were instantiated from the specified policy template.

        Parameters:
        policyTemplateId - Filters the output to only template-linked policies that were instantiated from the specified policy template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.