Interface UpdatePolicyEngineResponse.Builder

  • Method Details

    • policyEngineId

      UpdatePolicyEngineResponse.Builder policyEngineId(String policyEngineId)

      The unique identifier of the updated policy engine.

      Parameters:
      policyEngineId - The unique identifier of the updated policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the updated policy engine.

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

      UpdatePolicyEngineResponse.Builder description(String description)

      The updated description of the policy engine.

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

      The original creation timestamp of the policy engine.

      Parameters:
      createdAt - The original creation timestamp of the policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the policy engine was last updated.

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

      UpdatePolicyEngineResponse.Builder policyEngineArn(String policyEngineArn)

      The ARN of the updated policy engine.

      Parameters:
      policyEngineArn - The ARN of the updated policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the updated policy engine.

      Parameters:
      status - The current status of the updated policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the updated policy engine.

      Parameters:
      status - The current status of the updated policy engine.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReasons

      UpdatePolicyEngineResponse.Builder statusReasons(Collection<String> statusReasons)

      Additional information about the update status.

      Parameters:
      statusReasons - Additional information about the update status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasons

      UpdatePolicyEngineResponse.Builder statusReasons(String... statusReasons)

      Additional information about the update status.

      Parameters:
      statusReasons - Additional information about the update status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.