Interface StaticPolicyDefinition.Builder

    • Method Detail

      • description

        StaticPolicyDefinition.Builder description​(String description)

        The description of the static policy.

        Parameters:
        description - The description of the static policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statement

        StaticPolicyDefinition.Builder statement​(String statement)

        The policy content of the static policy, written in the Cedar policy language.

        Parameters:
        statement - The policy content of the static policy, written in the Cedar policy language.
        Returns:
        Returns a reference to this object so that method calls can be chained together.