Interface BatchGetPolicyInputItem.Builder

  • Method Details

    • policyStoreId

      BatchGetPolicyInputItem.Builder policyStoreId(String policyStoreId)

      The identifier of the policy store where the policy you want information about is stored.

      Parameters:
      policyStoreId - The identifier of the policy store where the policy you want information about is stored.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyId

      The identifier of the policy you want information about.

      You can use the policy name in place of the policy ID. When using a name, prefix it with name/. For example:

      • ID: SPEXAMPLEabcdefg111111

      • Name: name/example-policy

      Parameters:
      policyId - The identifier of the policy you want information about.

      You can use the policy name in place of the policy ID. When using a name, prefix it with name/. For example:

      • ID: SPEXAMPLEabcdefg111111

      • Name: name/example-policy

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