Interface CreateAutomatedReasoningPolicyResponse.Builder

  • Method Details

    • policyArn

      The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.

      Parameters:
      policyArn - The Amazon Resource Name (ARN) of the Automated Reasoning policy that you created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.

      Parameters:
      version - The version number of the newly created Automated Reasoning policy. The initial version is always DRAFT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the Automated Reasoning policy.

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

      The description of the Automated Reasoning policy.

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

      The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.

      Parameters:
      definitionHash - The hash of the policy definition. This is used as a concurrency token for creating policy versions that you can use in your application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the policy was created.

      Parameters:
      createdAt - The timestamp when the policy was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the policy was last updated.

      Parameters:
      updatedAt - The timestamp when the policy was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.