Interface PolicyDescription.Builder

    • Method Detail

      • policyName

        PolicyDescription.Builder policyName​(String policyName)

        The name of the policy.

        Parameters:
        policyName - The name of the policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyTypeName

        PolicyDescription.Builder policyTypeName​(String policyTypeName)

        The name of the policy type.

        Parameters:
        policyTypeName - The name of the policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyAttributeDescriptions

        PolicyDescription.Builder policyAttributeDescriptions​(Collection<PolicyAttributeDescription> policyAttributeDescriptions)

        The policy attributes.

        Parameters:
        policyAttributeDescriptions - The policy attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyAttributeDescriptions

        PolicyDescription.Builder policyAttributeDescriptions​(PolicyAttributeDescription... policyAttributeDescriptions)

        The policy attributes.

        Parameters:
        policyAttributeDescriptions - The policy attributes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.